On Tue, May 25, 2010 at 4:56 PM, Robert Dober <robert.dober / gmail.com> wrote: > 2010/5/25 Jesù¸ Gabriel y GaláÏ <jgabrielygalan / gmail.com>: > >> 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.