Hi,
In message "[ruby-talk:27733] here document strings and @#@#"
on 01/12/07, Paul Rubel <prubel / bbn.com> writes:
| I've been working with here documents today and ran into some odd
|behavior. If I place @#@# in the here document I get a SyntaxError. If
|I put a space between the @#'s it works as I'd expect.
| I'd be appreciative if anyone could explain this to me.
Paul explained what happened in [ruby-talk:27734].
But after that, I came to conclusion that immature interporation
string should be processed as normal string pattern as you expected,
to satisfy the principle of least surprise. So I will fix this.
matz.