From: Christoffer Sawicki Date: 2006-05-20T06:49:07+09:00 Subject: Re: Mixing-in the inherited method Guy Decoux wrote: > Try this > > C> class Class > > remove_method :inherited > > C> include Foo > C> end Aha! That makes sense. Thanks, -- Christoffer Sawicki