有需求是在代码里面有很多字符串,为了好看,需要跨行来写类似
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> .... </soapenv:Envelope>
但是发现需要转义 就是 " 符号需要转义
不知道怎么写不需要转义呢。而且比较美观
https://ruby-doc.org/core-2.4.0/doc/syntax/literals_rdoc.html#label-Here+Documents
https://github.com/bbatsov/ruby-style-guide#heredoc-delimiters