Flowdock
write_comment( node, output ) protected

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rexml/formatters/default.rb, line 90
      def write_comment( node, output )
        output << Comment::START
        output << node.to_s
        output << Comment::STOP
      end
Register or log in to add new notes.