From: Ryan McGovern Date: 2006-06-27T00:26:25+09:00 Subject: Re: end_eval it's the same as print << -HERE HERE the - means HERE does not have to be the first part of the line and can be indented Brad Chase wrote: > Trying to teach myself some metaprogramming and have been sifting > through the rails source. I often see: > module_eval << -end_eval > stuff to add > end_eval > > I understand what this does, but I'm curious what part of the language > the -end_eval construct is coming from. > > Thanks, > Brad > >