Object.new.instance_eval("binding").eval("self")
------------------------------------------------
Key: JRUBY-5714
URL: http://jira.codehaus.org/browse/JRUBY-5714
Project: JRuby
Issue Type: Bug
Affects Versions: JRuby 1.6
Environment: jruby 1.6.1 (ruby-1.9.2-p136) (2011-04-12 af447dd) (Java
HotSpot(TM) 64-Bit Server VM 1.6.0_24) [darwin-x86_64-java]
Reporter: James M. Lawrence
Assignee: Thomas E Enebo
% ruby -v -e 'p Object.new.instance_eval("binding").eval("self")'
ruby 1.9.2p180 (2011-02-18 revision 30907) [i386-darwin9.8.0]
#<Object:0x416040>
% jruby -e 'p Object.new.instance_eval("binding").eval("self")'
#<Object:0x5721df2a>
% jruby --1.9 -e 'p Object.new.instance_eval("binding").eval("self")'
main
This was fixed temporarily by 943194f in JRUBY-5624. This bug is (probably) a
restatement of the first comment there.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email