>>>>> "M" == Mark Slagell <ms / iastate.edu> writes:

M>  rc:8: undefined method `remove_const' for #<Object:0x45aa658>

 remove_const is a private method of Module

   class Object
      remove_const(:Groucho)
   end


Guy Decoux