On Thursday 28 October 2004 11:19 pm, Yukihiro Matsumoto wrote: | Hi, | | In message "Re: toplevel is all levels ?" | | on Fri, 29 Oct 2004 12:14:48 +0900, "trans. (T. Onoma)" <transami / runbox.com> writes: | |How is #t getting inside r ? Does Toplevel == Object ? Guess I was | | thinking that Toplevel was its own space --a subclass of Object. | | def statement at the top level defines private method in Object | class. I see. Thank you. Interestingly irb doesn't throw the error. T.