I recently used the <<- operator to output a multi-line string, like this:
<<-form Name to say hi!
This is the Ruby "here document" or heredoc syntax. The addition of the - indicates the indent.