Last active
August 4, 2017 15:30
-
-
Save toshimaru/fb8658356870402d7f04bef19abe1462 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def a | |
doc = <<-EOS | |
def hello | |
puts "Hello World!" | |
end | |
EOS | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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