Emit a comment.
77 78 79 80 81
# File 'lib/nitro/helper/xml.rb', line 77 def comment!(str) self << "<!-- #{str} -->" return self end