Skip to content

Instantly share code, notes, and snippets.

@toshimaru
Last active August 4, 2017 15:30
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 toshimaru/fb8658356870402d7f04bef19abe1462 to your computer and use it in GitHub Desktop.
Save toshimaru/fb8658356870402d7f04bef19abe1462 to your computer and use it in GitHub Desktop.
def a
doc = <<-EOS
def hello
puts "Hello World!"
end
EOS
end
def a
doc = <<-RUBY
def hello
puts "Hello World!"
end
RUBY
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment