From: uncutstone wu Date: 2006-06-20T23:05:05+09:00 Subject: Re: About , meta class and Cl ts wrote: >>>>>> "u" == uncutstone wu writes: > > u> So, you mean this is a bug of version 1.8.4. > > Well, for me this is strange > > moulon% ./ruby -ve 'class A < Object; end; p class << A; self > end.superclass' > ruby 1.8.4 (2006-06-19) [i686-linux] > # > moulon% > > I prefer when ruby say this > > moulon% ./ruby -ve 'class A < Object; end; p class << A; self > end.superclass' > ruby 1.9.0 (2006-06-20) [i686-linux] > # > moulon% > > > Guy Decoux It's reasonable. I agree with you. Best regards, uncutstone -- Posted via http://www.ruby-forum.com/.