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
From: http://jira.codehaus.org/browse/JRUBY-5486. Fails on JRuby 1.7.18 but works on JRuby 9000.
class C def foo(mname, expr) a = 1 b = 2 C.send(mname, expr) puts "b is #{b}" end end C.new.foo("eval", "b=a+3")
The text was updated successfully, but these errors were encountered:
1.7.x is EOL and this will not get fixed. Marking WONTFIX
Sorry, something went wrong.
No branches or pull requests
From: http://jira.codehaus.org/browse/JRUBY-5486. Fails on JRuby 1.7.18 but works on JRuby 9000.
The text was updated successfully, but these errors were encountered: