Ruby: Can I write multi-line string with no concatenation?

There are pieces to this answer that helped me get what I needed (easy multi-line concatenation WITHOUT extra whitespace), but since none of the actual answers had it, I’m compiling them here: As a bonus, here’s a version using funny HEREDOC syntax (via this link): The latter would mostly be for situations that required more flexibility … Read more