From: ts Date: 2002-12-16T00:52:30+09:00 Subject: Re: un-extending objects >>>>> "C" == Chris Pine writes: C> What if we could change an object's class (or a class's parent class) at C> runtime? Bad idea, try to forget about this :-) Just an example a = [] Now change the class of `a' to Hash and ruby just crash. Guy Decoux