Module: Cucumber::Core::Gherkin::Writer::Indentation

Included in:
Background, DocString, Example, Examples, Feature, Rule, Scenario, ScenarioOutline, Step, Table
Defined in:
lib/cucumber/core/gherkin/writer/indentation.rb

Instance Method Summary collapse

Instance Method Details

#indentation_level(number) ⇒ Object



8
9
10
11
12
# File 'lib/cucumber/core/gherkin/writer/indentation.rb', line 8

def indentation_level(number)
  create_indent(number)
  create_indent_level(number)
  create_prepare_statements
end