On 12/12/02, 8:12:30 PM, Joel VanderWerf <vjoel / PATH.Berkeley.EDU> wrote 
regarding Re: How to detect Module Inclusion for Class Instances (like 
Module#extend_object)?:


> OK, I see now. Why can't you just use initialize?

The reason that I did't use initialize was because I had a base class 
with a constructor that required arguments.  You have solved this with 
initialize(*args) on the module (rather than initialize() which is what i 
tried using).

Thanks for the help - i'll do it this way.


Cheers,

Martin