ruby-beautify icon indicating copy to clipboard operation
ruby-beautify copied to clipboard

Gobbles up HERE document variables

Open opoudjis opened this issue 10 years ago • 0 comments

Beautify converts this:

xmlfooter = <<XML
<xml>
XML

to this:

xmlfooter = <<XML

opoudjis avatar Jan 25 '16 04:01 opoudjis