#63: -objectEnumerator troubles ------------------------+--------------------------------------------------- Reporter: z@wzph.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: major | Milestone: MacRuby 1.0 Component: MacRuby | Resolution: Keywords: | ------------------------+--------------------------------------------------- Comment (by lsansonetti@apple.com): It crashes because the array contains fixnums (which are not converted to NSNumber objects yet). {{{ $ macirb
a=['foo','bar'] => ["foo", "bar"] e=a.objectEnumerator => #<#<Class:0x34155e0>:0x32fc8e0> e.nextObject => "foo" e.nextObject => "bar" e.nextObject => nil }}}
The objectEnumerator class is still a mystery. -- Ticket URL: <http://ruby.macosforge.org/trac/ticket/63#comment:3> macruby <http://ruby.macosforge.org/>