Subject: Re: true? & false?
From: James Edward Gray II <james grayproductions.net>
Date: Sat, 30 Oct 2004 00:22:11 +0900
References: 115427115435118265118266118268
In-reply-to: 118268
On Oct 29, 2004, at 10:16 AM, Mohammad Khan wrote:
> I prefer something like,
>
> a.true?
> not, a == true or a.class == TrueClass
if a
# ...
end
James Edward Gray II