From: Robert Dober Date: 2010-05-26T01:50:28+09:00 Subject: Re: Redefine a Class? 2010/5/25 Jesús Gabriel y Galán : > Could very well be :-). > I just saw that remove_const was a method in Module and I thought: > self.class is a Module, so I'll use that. Where did I have my head? send remove_const to Object for top level constants and for all other to their defining module object, of course. Sorry got confused with irb output - that is waaay of a bad excuse I know ;) Cheers R. -- The best way to predict the future is to invent it. -- Alan Kay