method
write_comment
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
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