method
write_comment
write_comment( node, output )
protected
Hide source
# File lib/rexml/formatters/default.rb, line 88 def write_comment( node, output ) output << Comment::START output << node.to_s output << Comment::STOP end