method
write_comment
v1_9_2_180 -
Show latest stable
- Class:
REXML::Formatters::Default
write_comment( node, output )protected
No documentation available.
# File lib/rexml/formatters/default.rb, line 90
def write_comment( node, output )
output << Comment::START
output << node.to_s
output << Comment::STOP
end