Flowdock
write_document( 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 59
      def write_document( node, output )
        node.children.each { |child| write( child, output ) }
      end
Register or log in to add new notes.