From: daz Date: 2003-06-17T07:18:10+09:00 Subject: Re: Multiline comments? "Hal E. Fulton" wrote: > > < Remember > that Ruby is > expression-oriented. > EOF > > Hal > > -- > Hal Fulton > hal9000@hypermetrics.com > I used to use this until I saw another post which pointed out that Ruby string-interpolates inside here-docs :( .... or :) ? puts 'AA' < AA #-> Oops #-> CC (And it's not always so obvious what has executed) Recommend .never. to use this for m-l-comments. daz