From: Yukihiro Matsumoto Date: 2006-08-21T13:28:36+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 Sun, 20 Aug 2006 09:30:11 +0900, "Trans" writes: |http://7rans0noma.blogspot.com/2006/08/vote-kernel-for-toplevel-object.html I don't feel that making Kernel as toplevel self is not a good idea, because: * toplevel def does not define methods on Kernel, but Object. * toplevel include does not include modules into Kernel, but Object. * toplevel private etc. do not work on Kernel, but Object. matz.