From: Aleksei Guzev Date: 2001-07-17T01:22:24+09:00 Subject: [ruby-talk:17937] Re: Deriving from Class Maybe I wished some class factory. I understand that A is a subclass of Class and its instance simultaneously. This is not a good thing :) ...But I really need defining a class of classes. Of course I do this by writing "rb_define_class(..." etc... In my case defining a module would help, I hope.