From: Chris Anderson Date: 2006-03-17T20:09:01+09:00 Subject: Re: HungryNil > nil.n #=> null > > 2.358.n #=> 5 > > nil.round #=> method missing error > > nil.n.round #=> null > > 2.358.n.round #=> 2 sorry, I forgot the link: HungryNil -- Posted via http://www.ruby-forum.com/.