From: Tim Hunter Date: 2009-07-19T07:27:39+09:00 Subject: Re: Block Comments yesteray wrote: > What text, if any, is allowed on the the line after the =begin and > =end delimiters of block comments? > _The Ruby Programming Language_ specifically says that text can follow =begin and =end as long as it's separated by at least one blank, and shows an example of both =begin and =end statements will additional text on the same line. The text is treated as part of the comment. -- MagickWand for Ruby - http://magickwand.rubyforge.org/