From: Yukihiro Matsumoto Date: 2006-05-23T09:31:49+09:00 Subject: Re: initializing instance variables in a module Hi, In message "Re: initializing instance variables in a module" on Tue, 23 May 2006 00:51:35 +0900, Jeff Rose writes: |Is there a standard or correct way to initialize @foo_the_stuff in this |example? This is not the answer, but I have been aware of this issue. I'm planning to add method combination a la CLOS in the future to support this issue. It is another option that adding a new hook like 'module_initialize' which is called at instantiation time for all modules. matz.