#186: Difference between NSObject and Object? ----------------------------------------+----------------------------------- Reporter: vincent.isamb...@… | Owner: lsansone...@… Type: defect | Status: new Priority: critical | Milestone: Component: MacRuby | Keywords: ----------------------------------------+----------------------------------- In MacRuby, NSObject and Object are supposed to be the same. However, the following code does not work with NSObject (but does with Object): {{{ class NSObject # works if NSObject is changed to Object def self.func end end
Class.func }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/186> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel