From: Logan Capaldo Date: 2004-11-12T09:49:59+09:00 Subject: Re: non-nil, etc. (was Re: true? & false?) On Fri, 12 Nov 2004 09:45:06 +0900, trans. (T. Onoma) wrote: > What's wrong with: > > if not a.nil? > ... > end > > T. > > Flow I guess. If I am reading source, it feels better to say "if a is not nil" as opposed to "if it is not true that a is nil"