new(options, where)
public

No documentation available.

# File lib/spec/runner/formatter/nested_text_formatter.rb, line 7
        def initialize(options, where)
          super
          @last_nested_descriptions = []
        end