From: Joel VanderWerf Date: 2009-04-07T07:34:24+09:00 Subject: Re: class C < B < A I単aki Baz Castillo wrote: > Hi, I have this case: > > class A ; end > class B < A ; end > class C < B ; end > > a = A.new > b = B.new > c = C.new > > > I look for a way (***) to get the following results: ... #instance_of? works for all cases except: > c *** B => true Are you sure you need this to be true? -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407