Re: [MacRuby-devel] accessing ruby objects from Objective-C

2009-02-10 Thread Laurent Sansonetti
On Feb 10, 2009, at 8:37 PM, S. Woodside wrote: On 2009-02-10, at 4:10 PM, Benjamin Stiglitz wrote: I describe calling ruby side objects from the ObjC side. I can make it work using dynamic classes but of course that generates compiler warnings (like no '-baz' method found). Of course it

Re: [MacRuby-devel] accessing ruby objects from Objective-C

2009-02-10 Thread S. Woodside
On 2009-02-10, at 4:10 PM, Benjamin Stiglitz wrote: I describe calling ruby side objects from the ObjC side. I can make it work using dynamic classes but of course that generates compiler warnings (like no '-baz' method found). Of course it still works, but is there any way for my ObjC clas

Re: [MacRuby-devel] accessing ruby objects from Objective-C

2009-02-10 Thread Benjamin Stiglitz
I describe calling ruby side objects from the ObjC side. I can make it work using dynamic classes but of course that generates compiler warnings (like no '-baz' method found). Of course it still works, but is there any way for my ObjC classes to know at compile time what are the class name

[MacRuby-devel] accessing ruby objects from Objective-C

2009-02-10 Thread S. Woodside
Hi, If you look at http://simonwoodside.com/weblog/2009/2/10/wondeful_joy_mix_ruby_and/ I describe calling ruby side objects from the ObjC side. I can make it work using dynamic classes but of course that generates compiler warnings (like no '-baz' method found). Of course it still works,