# File nqxml/writer.rb, line 148 def comment(body) finishStartTag() if @inStartTag @io << "<!--#{body}-->" @io << "\n" if @prettify end