Skip to content

Instantly share code, notes, and snippets.

@enebo
Last active June 26, 2019 20:09
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 enebo/aebeb10c249ff6822c1295017c991a31 to your computer and use it in GitHub Desktop.
Save enebo/aebeb10c249ff6822c1295017c991a31 to your computer and use it in GitHub Desktop.
obj2 = <<~'VALUE'
line5
line6
line7
line8
VALUE
puts obj2
obj3 = <<~VALUE
line5
line6
line7
line8
VALUE
puts obj3
obj4 = <<~"VALUE"
line5
line6
line7
line8
VALUE
puts obj3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment