#370: Inconsistency between macruby and ruby in a simple class
-----------------------------------+----------------------------------------
 Reporter:  kfow...@…              |        Owner:  lsansone...@…        
     Type:  defect                 |       Status:  closed               
 Priority:  major                  |    Milestone:  MacRuby 0.5          
Component:  MacRuby                |   Resolution:  fixed                
 Keywords:                         |  
-----------------------------------+----------------------------------------

Comment(by conra...@…):

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

_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to