Subject: Re: Another scrach on head
From: Zach Dennis <zdennis mktec.com>
Date: Sat, 30 Oct 2004 03:53:06 +0900
References: 118305
In-reply-to: 118305
David A. Black wrote:
> <>
>
>
>Almost always :-)
>
> irb(main):004:0> a = false
> irb(main):005:0> if (a); puts 2; end
> => nil
> irb(main):006:0> if (not a.nil?); puts 6; end
> 6
> => nil
>
>
>
>
:-) You are correct , thx for the correction.
Zach