From: Jonathan P. <jp...@dc...> - 2005-09-16 11:39:10
|
On 15 Sep 2005, at 23:46, Rupert BARROW wrote: > You have tested a class Controller < OSX::NSObject, but have you > also tested a SubController < Controller ? > When I try this, I get an illegal instruction from Ruby ! I think that currently it's not possible to subclass a Ruby class that derives from OSX::NSObject, due to some implementation details in the creation of Objective C class corresponding to the Ruby class. |