From: Martin DeMello Date: 2003-08-09T20:52:02+09:00 Subject: Re: Ruby and OOP-design (question of an old "procedural person" ;) ts wrote: >>>>>> "M" == Martin DeMello writes: > > M> Okay, I'm officially Surprised. Seriously, I don't see this as a good > M> thing - ? methods ought to be strictly boolean IMO, and not rely on the > ^^^^^^^ > What is this ? > > svg% ruby -e 'p Boolean # :-)' > -e:1: uninitialized constant Boolean (NameError) The superclass manque of TrueClass and FalseClass :) martin