From: Paul Brannan Date: 2001-12-28T23:29:37+09:00 Subject: [ruby-talk:29529] Re: Module#included On Fri, Dec 28, 2001 at 08:59:24AM +0900, nobu.nokada@softhome.net wrote: > > When is this called? before or after the method is included? what is the > > state of the module being defined when this method is called? I think it is > > called before the module is included. > > After Module#append_features. ... > The argument passed to Module#included is the new module > itself. So what is the difference, then, between Module#included and Module#append_features? Paul