From: Rupert B. <rup...@fr...> - 2005-12-05 21:54:24
|
Le 5 d=C3=A9c. 05 =C3=A0 22:12, Jonathan Paisley a =C3=A9crit : > Are you talking about a class you have created natively in =20 > Objective C that you want to extend in Ruby-land? I don't want to extend it, I just want to instantiate it. > If so, you need to do > > OSX.ns_import :YourClassName > > After that, a new class under the OSX module will be created with =20 > the appropriate name. Thanks, this also works for simple instantiation. I can now go ahead 'til the next hurdle : thanks for you repetitive =20 help, Jonathan. Cheers, Rup= |