From: Yukihiro Matsumoto Date: 2006-08-22T14:31:55+09:00 Subject: Re: using a module at the toplevel doesn't work Hi, In message "Re: using a module at the toplevel doesn't work" on Tue, 22 Aug 2006 14:05:06 +0900, "Trans" writes: |As you can see my particlar 'test' example will cause an infinite loop |because the toplevel definition is being added to all objects. :( But they are private by default, so that 1.9 send will call method_missing if you specify the explicit receiver. matz.