From: Jim Weirich Date: 2004-11-02T05:47:18+09:00 Subject: Re: Another scrach on head Ara.T.Howard@noaa.gov said: > now i use > > if TrueClass === options['verbose'] > @verbosity = 4 > else > @verbosity = Integer options['verbose'] > end Hmmm ... why don't you use: if options['verbose'] == true ... -- -- Jim Weirich jim@weirichhouse.org http://onestepback.org ----------------------------------------------------------------- "Beware of bugs in the above code; I have only proved it correct, not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)