eval("self", Kernel.binding)
----------------------------

                 Key: JRUBY-5680
                 URL: http://jira.codehaus.org/browse/JRUBY-5680
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.6
         Environment: jruby 1.6.0 (ruby-1.9.2-p136) (2011-04-01 b412fce) (Java 
HotSpot(TM) 64-Bit Server VM 1.6.0_24) [darwin-x86_64-java]
            Reporter: James M. Lawrence


% ruby -v -e 'p eval("self", Kernel.binding)'
ruby 1.9.2p180 (2011-02-18 revision 30907) [i386-darwin9.8.0]
main

% rbx -v -e 'p eval("self", Kernel.binding)'
rubinius 1.2.3dev (1.8.7 381aad7b yyyy-mm-dd JI) [i686-apple-darwin9.8.0]
main

% jruby -e 'p eval("self", Kernel.binding)'
Kernel

% jruby --1.9 -e 'p eval("self", Kernel.binding)'
Kernel


-- 
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


Reply via email to