Class#to_s doesn't match MRI (01x... versus 0x...)
--------------------------------------------------

                 Key: JRUBY-4977
                 URL: http://jira.codehaus.org/browse/JRUBY-4977
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.5.1
         Environment: All
            Reporter: Damian Steer
            Priority: Minor


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?

{noformat}
$ jruby -e 'p Class.new'
#<Class:01x669a4cb>
$ ruby -e 'p Class.new'
#<Class:0x100156b60>
{noformat}

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