From: ts Date: 2001-10-07T20:34:16+09:00 Subject: [ruby-talk:22190] Re: Redefining class that does not inherit with class that does >>>>> "B" == Brian Marick writes: B> Is there a way to destroy the old definition of Sub before the second B> "class Sub"? Object.instance_eval { remove_const :Sub } Guy Decoux