From: "Jesús Gabriel y Galán" Date: 2010-05-26T00:07:29+09:00 Subject: Re: Redefine a Class? On Tue, May 25, 2010 at 4:56 PM, Robert Dober wrote: > 2010/5/25 Jesús Gabriel y Galán : > >> irb(main):005:0> self.class.send(:remove_const,:Soda) > > should that not rather be >   Object.send .... 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. Jesus.