From: Ryan Pavlik Date: 2004-04-02T03:21:04+09:00 Subject: Re: parent of TrueClass, FalseClass On Fri, 2 Apr 2004 03:14:26 +0900 "Ara.T.Howard" wrote: > > any good reason these would not have a common parent Bool or something? > > case arg > when Bool > ... > end Here's the solution I use: module Boolean; end class TrueClass; include Boolean; end class FalseClass; include Boolean; end hth, -- Ryan Pavlik "I'm a mere Feather Fall spell away from safety." - 8BT