Re: arg, metaclass bug found?
by Robert Klemme other posts by this author
Apr 30 2005 4:00PM messages near this date
Re: Cloning into an object
|
Re: arg, metaclass bug found?
<nobu.nokada@[...].net> schrieb im Newsbeitrag
news:200504300320.j3U3KaYY017937@[...]..
> Hi,
>
> At Sat, 30 Apr 2005 11:29:27 +0900,
> Lionel Thiry wrote in [ruby-talk:140557]:
> > Test2 < Test1 # => true
> >
> > # the bug is here
> > Test2.meta < Test1.meta # => nil
> > # it should have benn true instead of nil
>
> true is returned in 1.9.
Hm, why is that? What do the singleton classes of Test2 and Test1 have in
common? This surprises me...
Kind regards
robert
Thread:
Robert Klemme
Mark Sparshatt
|