From: Jano Svitok Date: 2008-01-13T20:06:02+09:00 Subject: Re: Here Document syntax is stringent - trailing blank On Jan 11, 2008 7:14 PM, Todd Burch wrote: > I can put as many blanks as I want after the top delimiter - ruby > figures it out. Ruby already requires the ending delimiter to be in > column 1. It's not necessary when prefixing the terminator with "-": put <<-EOT gfsgfdgdf dg gdfgdf dfg EOT I too would welcome the whitespace after the delimiter. Jano