Oh and also the problem that #initialize isn't called from #init should be fixed :) Eloy On 23 jun 2008, at 23:20, Eloy Duran wrote:
Hi,
Today I merged my code for the RubyCocoa layer. It's still very premature. There are some notes in sample-macruby/ RubyCocoa/README about what still needs to to be done.
Also it is now in lib/osx/rubycocoa.rb and there's a osx/cocoa.rb. The latter will probably be removed as to not have RubyCocoa applications work by default. This needs to be discussed further.
For now the main issues are the super_foo style methods and also some method missing like behaviour for objc methods that check if a method exists before dispatching. The latter is currently being worked around, but that should definitely move out.
Cheers, Eloy