From: Tom Sawyer Date: 2002-08-11T18:43:28+09:00 Subject: Re: To be a Module, or not to be... On Sun, 2002-08-11 at 03:40, ts wrote: > When you add > > include ROS::Persistence > > the inheritance is A ==> [ROS::Persistence] ==> Object ==> [Kernel] > > ruby has inserted a proxy class [ROS::Persistence] before A > > In A#initialize when you call #super, ruby find the method > ROS::Persistence#initialize i did not realize this either. what happens if you include more then one module? ~transami