From: Logan Capaldo Date: 2006-08-07T21:14:01+09:00 Subject: Re: writing native ObjC extension to ruby ?? On Aug 7, 2006, at 7:47 AM, Yvon Thoraval wrote: > > in my case i'm not sure i can use ObjC object directly because even > the ObjC class i've wrotten makes use of non ObjC method (Carbon > and the like). That shouldn't matter assuming its like - objCMethod { CallCarbonFunction( ) }