[MacRuby-devel] [MacRuby] #205: Incorrect list of instance methods

MacRuby ruby-noreply at macosforge.org
Wed Feb 10 22:13:19 PST 2010


#205: Incorrect list of instance methods
----------------------------------------+-----------------------------------
 Reporter:  vincent.isambart@…          |        Owner:  lsansonetti@…        
     Type:  defect                      |       Status:  closed               
 Priority:  major                       |    Milestone:  MacRuby 0.6          
Component:  MacRuby                     |   Resolution:  fixed                
 Keywords:                              |  
----------------------------------------+-----------------------------------
Changes (by lsansonetti@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => MacRuby 0.6


Comment:

 Seems to be fixed in trunk (as of r3489).

 {{{
 $ ./miniruby  t.rb
 []
 [:x]
 $ ruby  t.rb
 []
 ["x"]
 $ /Volumes/SL/usr/local/bin/ruby19  t.rb
 []
 [:x]
 }}}

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



More information about the MacRuby-devel mailing list