Skip to content

Instantly share code, notes, and snippets.

@lmarburger
Created January 2, 2009 17:20
Show Gist options
  • Save lmarburger/42608 to your computer and use it in GitHub Desktop.
Save lmarburger/42608 to your computer and use it in GitHub Desktop.
>> puts <<-FIRST, <<-SECOND.upcase
This is the first here doc.
FIRST
This is
the second
here doc.
SECOND
# Prints:
# This is the first here doc.
# THIS IS
# THE SECOND
# HERE DOC.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment