From: ts Date: 2006-05-20T02:25:10+09:00 Subject: Re: Mixing-in the inherited method >>>>> "C" == Christoffer Sawicki writes: Try this C> class Class remove_method :inherited C> include Foo C> end Guy Decoux