E.g. using irb, I created class A and then class B, later I realized what I wanted was class B to be a subclass of A like 'class B < A'. irb would not allow that now that B exists. How do I undefined B so that I can create a new class B with inheritance to A. Is there an undef for class ? Thanks in advance. Mike C -- Posted via http://www.ruby-forum.com/.