Issue Type: Bug Bug
Assignee: Thomas E Enebo
Created: 01/Jul/12 2:28 AM
Description:

Using /home/conrad/.rvm/gems/ruby-1.9.3-p194
def Object.foo; class_eval("binding").eval("_method_"); end
Object.foo
=> :foo

Using /home/conrad/.rvm/gems/jruby-1.6.7
def Object.foo; class_eval("binding").eval("_method_"); end
Object.foo
=> :class_eval

Project: JRuby
Priority: Minor Minor
Reporter: Conrad Irwin
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
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