#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 z@wzph.com): It's not critical, if the object has #each. However, DOMNodeList doesn't. I am trying to implement #each using the enumerator, but I can't. {{{ annyong:trunk wzph$ macirb irb(main):001:0> framework 'cocoa' ; framework 'webkit' => true irb(main):002:0> DOMNodeList.ancestors => [DOMNodeList, DOMObject, WebScriptObject, Object, NSObject, Kernel] }}} -- Ticket URL: <http://ruby.macosforge.org/trac/ticket/63#comment:2> macruby <http://ruby.macosforge.org/>