method
new
new( indentation=2 )
public
Hide source
# File lib/rexml/formatters/transitive.rb, line 15 def initialize( indentation=2 ) @indentation = indentation @level = 0 end