Jonas Pfenniger wrote: > On 29/06/06, transfire / gmail.com <transfire / gmail.com> wrote: > > Jonas Pfenniger wrote: > > > Last question : do you know if there is a workaround to make class > > > extension work like class inclusion ? Where the module is BEFORE the > > > eigenclass ? > > > > Not possible. And I'm not sure why you want to do that? You can get a > > module in BEFORE it class by including it into the object's singleton. > > Well I have some legacy class methods that I want to extend. Therefor, > I'd like to use `super` in my extension module and not vice-versa. subclass the legacy classes (?) T.