On Jan 11, 2008 7:14 PM, Todd Burch <promos / burchwoodusa.com> 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