From: "Hal E. Fulton" Date: 2003-06-17T01:04:04+09:00 Subject: Re: Multiline comments? ----- Original Message ----- From: "Guillaume Marcais" To: "ruby-talk ML" Sent: Monday, June 16, 2003 9:51 AM Subject: Re: Multiline comments? > def dnl(*args); nil end > dnl < This is a > multiline comment > EOF > > Might not solve really what you want though! > > Guillaume. I think, to do this, you don't even need dnl: <