From: Daniel Schierbeck Date: 2005-12-04T03:37:33+09:00 Subject: Re: #append_features deprecated? ts wrote: >>>>>> "D" == Daniel Schierbeck writes: > > D> Um, yeah. `append_features' does the actual work (appending the methods > D> of a module to a class/module), `include' just calls `append_features' > D> and then `included'. > > yes, and this is why you must call super in #append_features (if you > redefine it) otherwise ruby don't include the module. > > Guy Decoux Yup.