Re: [MacRuby-devel] BasicObject

2012-07-25 Thread Watson
Hi Gabriel, MacRuby's classes implementation is based on Objective-C. Ruby's Object class is alias of Objective-C's NSObject. So, Ruby classes/methods and objects are Objective-C classes, methods and objects respectively. The converse is also true. Objective-C and MacRuby APIs can be interchangea

[MacRuby-devel] BasicObject

2012-07-24 Thread Gabriel Gilder
Hi all, I have a pull request in on RSpec ( https://github.com/rspec/rspec-expectations/pull/160) to fix an issue I encountered with MacRuby, but I'm hoping someone here can provide a better explanation of the root cause of the issue than I can. Basically RSpec was assuming that a version of Ruby