From: matz@... (Yukihiro Matsumoto) Date: 2001-07-16T16:23:30+09:00 Subject: [ruby-talk:17909] Re: Deriving from Class Hi, In message "[ruby-talk:17906] Re: Deriving from Class" on 01/07/16, "Aleksei Guzev" writes: |Would You like to revise this issue? It seems to be inconsistent. Ah, if I can time to check them. Or you can remove the following from object.c, and play around to see how it goes wrong. ;-) static VALUE rb_class_s_inherited() { rb_raise(rb_eTypeError, "can't make subclass of Class"); return Qnil; /* dummy */ } -- matz.