#658: Including a module into Hash breaks creating an NSDictionary from a hash -------------------------------------+-------------------------------------- Reporter: eloy.de.enige@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- Comment(by lsansonetti@…): On the bleeding edge I get: {{{ $ ./miniruby -e "module H; end; class Hash; include H; end; p NSDictionary.dictionaryWithDictionary('foo' => true)" NSInvalidArgumentException: *** -[NSCFDictionary initWithObjects:forKeys:count:]: attempt to insert nil key at keys[0] (RuntimeError) }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/658#comment:2> MacRuby <http://macruby.org/>