method

current_indentation

current_indentation()
public

No documentation available.

# File lib/spec/runner/formatter/nested_text_formatter.rb, line 41
        def current_indentation
          '  ' * @last_nested_descriptions.length
        end