[MacRuby-devel] MacRuby Working Properly?

2012-02-21 Thread Chong-Yee Khoo
I'm not sure if this is the appropriate forum to post this, so please accept my apologies if so. I have a slight suspicion that MacRuby is not working/not installed properly in my machine. In macirb, the class of an object is always reported as the Ruby class, not the NS class - e.g., string is a

Re: [MacRuby-devel] MacRuby Working Properly?

2012-02-21 Thread Chong-Yee Khoo
t;  PP::ObjectMixin, >  Kernel, >  RbConfig] > > In order to get the list of all methods that an object responds to, including > those defined in Cocoa classes, use #method(true,true): > > MacRuby-0.12 irb(main):003:0> "".methods(true,true).count > => 763 >