Setting a string variable with a mult-line text value
string = <<RUBY_RUBY_RUBY <mydoc> <someelement attribute="nanoo">Text, text, text</someelement> </mydoc> RUBY_RUBY_RUBY
Note: Remember to encase the text within a pair of strings, any string (the convention is to make it uppercase) and ensure it's not a reserved keyword, or a variable declared already.