Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.5.1
-
Fix Version/s: JRuby 1.6RC1
-
Component/s: Core Classes/Modules
-
Labels:None
-
Environment:All
-
Number of attachments :
Description
Reported on IRC, where a user has tripped over this http://github.com/delano/hexoid/issues/issue/2
RubyModule uses 01x.... rather than 0x...
Looking at the source it is used consistently, which make me wonder whether it was deliberate?
$ jruby -e 'p Class.new' #<Class:01x669a4cb> $ ruby -e 'p Class.new' #<Class:0x100156b60>