From: Ben Bleything Date: 2008-02-10T02:15:59+09:00 Subject: Re: how to say # in ruby 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