Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.7.0.pre1
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: None
-
Labels:None
-
Environment:--1.9
-
Number of attachments :
Description
In this assignment:
a,(*b),c = 5,x
In MRI 1.9.2, b gets x.to_ary; in JRuby 1.7.0 (1.9 mode), b gets x.
See rubyspec/language/variables_spec.rb
This one appears to be fixed on the master.