Hi,
In message "Re: using a module at the toplevel doesn't work"
on Sun, 20 Aug 2006 09:30:11 +0900, "Trans" <transfire / gmail.com> 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.