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.
Yes you can compare MacRuby against 1.9.2. I *think* the best would be to compare against 1.9 trunk, but Laurent might have to correct me on that. So yes, please file a ticket for this issue :) On Wed, May 11, 2011 at 1:24 PM, anoiaque <anoiaque@gmail.com> wrote:
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
participants (2)
-
anoiaque
-
Eloy Duran