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
[Thank feiyu for reporting this]
(1)code snippet:
a = [ "a", "b", "c" ]
a.each {|x| print x, " -- ";return; }
(2)Run
ruby:It is suppose to be an error.The description info is:unexpected
return (LocalJumpError)
xruby:work correctly,output: a --
Original issue reported on code.google.com by [email protected] on 21 Apr 2007 at 6:59
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 21 Apr 2007 at 6:59The text was updated successfully, but these errors were encountered: