You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ jruby -v
jruby 9.0.0.0.pre2 (2.2.2) 2015-04-28 2755ae0 Java HotSpot(TM) 64-Bit Server VM 25.45-b02 on 1.8.0_45-b14 +jit [darwin-x86_64]
$ jruby example.rb
ArgumentError: wrong number of arguments (1 for 2)
each at org/jruby/RubyArray.java:1571
each_with_object at org/jruby/RubyEnumerable.java:1014
<top> at example.rb:2
The text was updated successfully, but these errors were encountered:
ArgumentError did not occur in CRuby2.2.2 and JRuby1.7.19, but is occurred in JRuby9.0.0.0.pre2.
The text was updated successfully, but these errors were encountered: