From: Yukihiro Matsumoto Date: 2006-05-23T16:56:13+09:00 Subject: Re: module creation hook method (Re: [OT] Re: initializing instance variables in a module) Hi, In message "Re: module creation hook method (Re: [OT] Re: initializing instance variables in a module)" on Tue, 23 May 2006 16:23:23 +0900, Yukihiro Matsumoto writes: |Or maybe invoking initialize at the module creation is even better. Forget it. Module (and Class) already has its own initialize method to call with Module.new (Class.new). matz.