# File lib/xml/dom/builder.rb, line 221 def comment(data) text comment = @document.createComment(cdataConverter(data)) ## Comment should not be converted @current.appendChild(comment) end