From: "trans. (T. Onoma)" Date: 2004-11-25T12:19:47+09:00 Subject: Re: How to avoid inheriting Object? On Wednesday 24 November 2004 06:28 pm, Yukihiro Matsumoto wrote: | Hi, | | In message "Re: How to avoid inheriting Object?" | | on Wed, 24 Nov 2004 21:29:57 +0900, "trans. (T. Onoma)" writes: | |Might we expect a real "kernelless" object in Ruby 2 ? | | No. We are not going to abandon "single class tree" model. | | matz. I think that's good. But you can have "kernelless" object without loosing "single class tree": MyClass < Object < ObjectShell T.