From: ts Date: 2003-08-09T20:37:38+09:00 Subject: Re: Ruby and OOP-design (question of an old "procedural person" ;) >>>>> "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) svg% Guy Decoux