#395: String#% does not work with %p
----------------------------+-----------------------------------------------
 Reporter:  jazz...@…       |        Owner:  lsansone...@…        
     Type:  defect          |       Status:  closed               
 Priority:  major           |    Milestone:  MacRuby 0.5          
Component:  MacRuby         |   Resolution:  fixed                
 Keywords:                  |  
----------------------------+-----------------------------------------------
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Should be fixed in r2899:

 {{{
 $ ./miniruby -e 'o=Object.new; p o.object_id.to_s(16); p "%p" % o'"
 200094800"
 "0x200094800"
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/395#comment:1>
MacRuby <http://macruby.org/>

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

Reply via email to