# File temp/formatters/transitive.rb, line 15
      def initialize( indentation=2 )
        @indentation = indentation
        @level = 0
      end