Dave Thomas <Dave / thomases.com> wrote: >jstern / foshay.citilink.com (Josh Stern) writes: >It's a simple chain, with the modules included in a class chained >behind that class, and super classes behind those. No module appears >more than once in the list. Excellent! - it seems to fit the rule 'Definitions stack', since the modules of a class are necessarily defined after the designation of a superclass. And the same logic works for instance methods as well. -= Josh