Issue Type: Bug Bug
Affects Versions: JRuby 1.7.0.RC2
Assignee: Thomas E Enebo
Components: Ruby 1.9.3
Created: 17/Oct/12 9:32 AM
Description:

JRuby still has a .id method on Object it appears, this is in contrast to MRI which has removed it.

JRUBY ===
jruby-1.7.0.RC2 :014 > RUBY_VERSION
=> "1.9.3"
jruby-1.7.0.RC2 :015 > 1.id
=> 3

MRI ===
1.9.3p194 :005 > RUBY_VERSION
=> "1.9.3"
1.9.3p194 :006 > 1.id
NoMethodError: undefined method `id' for 1:Fixnum
from (irb):6
from /Users/garrett/.rvm/rubies/ruby-1.9.3-p194/bin/irb:16:in `<main>'

Environment: OS X
Project: JRuby
Priority: Major Major
Reporter: Garrett Heaver
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