Jonathan Paisley
jp-ww****@dcs*****
Wed Jun 7 04:00:14 JST 2006
On 5 Jun 2006, at 17:17, Laurent Sansonetti wrote: > 2/ class hierarchy > > The current version of RubyCocoa does not respect the Objective-C > class hierarchy when creating the Ruby proxy classes. For example, > OSX::NSString does not inherit from OSX::NSObject. I haven't had a chance to figure out the exact cause yet, but the class name doesn't show up properly when one of these is inspected. For example: p OSX::NSArray.array #<:0x93048a class='NSCFArray' id=0x2a20e30> Note that there's nothing between the < and :.