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
def wat begin a = "hello" a ensure a = nil end end p wat
$ ruby -v wat.rb jruby 9.0.1.0 (2.2.2) 2015-09-02 583f336 Java HotSpot(TM) 64-Bit Server VM 24.45-b08 on 1.7.0_45-b18 +jit [darwin-x86_64] nil $ ruby -v wat.rb ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-darwin14] "hello"
The text was updated successfully, but these errors were encountered:
This causes problems for Erubis + Tilt: rtomayko/tilt#270.
Sorry, something went wrong.
Closing as duplicate of #3356. This will be released with 9.0.2 in the next week.
No branches or pull requests
The text was updated successfully, but these errors were encountered: