[MacRuby-devel] [MacRuby] #370: Inconsistency between macruby and ruby in a simple class
MacRuby
ruby-noreply at macosforge.org
Sun Oct 11 01:48:41 PDT 2009
#370: Inconsistency between macruby and ruby in a simple class
-----------------------------------+----------------------------------------
Reporter: kfowler@… | Owner: lsansonetti@…
Type: defect | Status: closed
Priority: major | Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: |
-----------------------------------+----------------------------------------
Comment(by conradwt@…):
I noticed that the output is printing extra '#-'. For example,
{{{
##-<M:0x200010980 @m=##-<W:0x2000109c0 @w=1>>
}}}
when it should be represented as
{{{
#<M:0x200010980 @m=#<W:0x2000109c0 @w=1>>
}}}
--
Ticket URL: <http://www.macruby.org/trac/ticket/370#comment:6>
MacRuby <http://macruby.org/>
More information about the MacRuby-devel
mailing list