method
current_indentation
1.2.8 -
Show latest stable
- Class:
Spec::Runner::Formatter::NestedTextFormatter
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