Flowdock
new( indentation=2 ) public

No documentation

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

Hide source
# File lib/rexml/formatters/transitive.rb, line 15
      def initialize( indentation=2 )
        @indentation = indentation
        @level = 0
      end
Register or log in to add new notes.