From: Ferenc Engard Date: 2003-09-16T02:48:05+09:00 Subject: Re: Module#before implementation (was: problem with Module#append_features) ts wrote: > > >>>>> "F" == Ferenc Engard writes: > > F> def beforehack_insertBeforeWrapper(klass,method_name) > > more complex, now :-) > > module Mod > undef :fnname_Mod > end > > A.new.fnname > > I just want to remove the before advice and still want that #fnname work > > Guy Decoux module Mod def fnname_Mod end end :))) Ferenc