Skip to content

Instantly share code, notes, and snippets.

@awesome
Forked from hideo55/heredoc.rb
Created January 29, 2014 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awesome/8696691 to your computer and use it in GitHub Desktop.
Save awesome/8696691 to your computer and use it in GitHub Desktop.
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