如果我创建一个Here文档:
myheredoc = <<HTMLOUTPUT <div>This is the div</div> HTMLOUTPUT
我可以使用'myheredoc'来操作此文档像常规字符串一样吗?
ruby heredoc
heredoc ×1
ruby ×1