[MacRuby-devel] [macruby] #63: -objectEnumerator troubles

macruby ruby-noreply at macosforge.org
Fri Aug 22 01:48:38 PDT 2008


#63: -objectEnumerator troubles
------------------------+---------------------------------------------------
 Reporter:  z at wzph.com  |        Owner:  lsansonetti at apple.com
     Type:  defect      |       Status:  closed               
 Priority:  major       |    Milestone:  MacRuby 0.3          
Component:  MacRuby     |   Resolution:  fixed                
 Keywords:              |  
------------------------+---------------------------------------------------
Changes (by lsansonetti at apple.com):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  MacRuby 1.0 => MacRuby 0.3

Comment:

 Fixed in trunk/r472.

 {{{
 $ cat /tmp/t.rb
 a=[1,2,3,4,5]
 e = a.objectEnumerator
 while o = e.nextObject
   p o
 end

 $ macruby /tmp/t.rb
 1
 2
 3
 4
 5
 $
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/63#comment:5>
macruby <http://macruby.org/>


More information about the MacRuby-devel mailing list