From: itsme213 Date: 2005-10-03T09:11:50+09:00 Subject: Cannot subclass Class? irb(main):006:0> class MC < Class irb(main):007:1> end TypeError: can't make subclass of Class Why is this? Is it a language restriction or a 1.8.2 limitation? Are there other ways to define new meta-classes?