Subject: Re: how to say # in ruby
From: Ben Bleything <ben bleything.net>
Date: Sun, 10 Feb 2008 02:15:59 +0900
References: 289859289861289865290137290220290466
In-reply-to: 290466
On Sat, Feb 09, 2008, Gerry Ford wrote:
> Do I have it right that any line that begins with a hash that isn't #!
> is a comment, as well as the above?
Yup! And technically #! is a comment as well, it's just a magical
comment.
Ben