RosettaCodeData/Task/Here-document/Ruby/here-document-3.rb
2023-07-01 13:44:08 -04:00

5 lines
41 B
Ruby

x = <<'FOO'
No
#{interpolation}
here
FOO