Hi,

Suppose:  class User; def self.all;end end


With Ruby 1.8, and 1.9.2 interpreters 

 User.singleton_methods #=> [:all]

With Macruby you get [].

Normal ? 
Is it an issue to add ?




Can we interpret 1.9.2 code with macruby and expect the same result ?



Thanks.



_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to