From: Christoph Date: 2005-05-05T02:43:09+09:00 Subject: Re: [RCR] Object#inside_metaclass? Jim Weirich schrieb: > >(1) The statement "all singleton classes descend from the singleton class >of Object" is false. > >(2) The statement "all metaclasses descend from the metaclass of Object" >is true > > Nope - the singleton class of Module is not a meta_class but it descends from the singleton class of Object. /Christoph