We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f721686 commit f33fd69Copy full SHA for f33fd69
examples/autobahn_client.rb
@@ -5,7 +5,7 @@
5
require 'progressbar'
6
7
EM.run {
8
- ruby = RUBY_PLATFORM =~ /java/ ? 'jruby' : 'mri-ruby'
+ ruby = RUBY_PLATFORM =~ /java/ ? 'jruby' : 'ruby'
9
version = defined?(RUBY_ENGINE_VERSION) ? RUBY_ENGINE_VERSION : RUBY_VERSION
10
version += " (#{ RUBY_VERSION })" if ruby == 'jruby'
11
0 commit comments