Skip to content

Instantly share code, notes, and snippets.

@hideo55
Created July 17, 2012 11:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hideo55/3128882 to your computer and use it in GitHub Desktop.
Save hideo55/3128882 to your computer and use it in GitHub Desktop.
Ruby here document
h = {
hoge: <<EOS,
Hey!
EOS
fuga: <<EOS
Yo!
EOS
}
p h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment