From: Suraj Kurapati Date: 2007-11-17T00:11:35+09:00 Subject: Re: ruby wish-list Suraj Kurapati wrote: > I think the convention lies not in what the return value of a > question-mark method is, but in what way the return value is used: > > if foo.account? > foo.account.cancel > end Whoops, that is a bad example. Try this one instead: if foo.account? # do something... end -- Posted via http://www.ruby-forum.com/.