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
I don't think using () to "explode" an array in individual variables like this is supported by mruby currently, see matz comment here: #1951
Since the linked issue is still open I imagine it is still in the same state.
The following script show the difference in block parameter treatment between mruby and CRuby(MRI).
mruby
CRuby(MRI)
The text was updated successfully, but these errors were encountered: