Note: The following was tested with Ruby 2.6.6
> Keyword: Heredoc
What is heredoc?
Heredoc [https://en.wikipedia.org/wiki/Here_document] is used for a form of
multiline strings and preserves the line breaks and whitespace (including
indentation) in the text.
How to define a heredoc in Ruby?