We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jruby 9.1.2.0 (2.3.0) 2016-05-26 7357c8f Java HotSpot(TM) Client VM 25.92-b14 on 1.8.0_92-b14 +jit [mswin32-x86]
When running this snippet:
var = [] case when var puts 1 else puts 2 end
MRI 2.2.3 prints 1.
JRuby 9.1.2 prints 2.
The text was updated successfully, but these errors were encountered:
cf4145c
No branches or pull requests
Environment
jruby 9.1.2.0 (2.3.0) 2016-05-26 7357c8f Java HotSpot(TM) Client VM 25.92-b14 on 1.8.0_92-b14 +jit [mswin32-x86]
Expected Behavior
When running this snippet:
MRI 2.2.3 prints 1.
Actual Behavior
JRuby 9.1.2 prints 2.
The text was updated successfully, but these errors were encountered: