Flowdock
write_cdata( 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/pretty.rb, line 101
      def write_cdata( node, output)
        output << ' ' * @level
        super
      end
Register or log in to add new notes.