Heredocs are a way to write multi-line strings in Ruby. Some of their syntax can be a bit tricky to figure out, especially when calling methods on them as literals or passing them as arguments to methods, but both can be done!
Original, verbatim Heredoc with whitespace preserved
<<-EOF
This
reminds