Class: Gherkin::Parser

Inherits:
Parslet::Parser
  • Object
show all
Defined in:
lib/gherkin/parser.rb

Instance Method Summary collapse

Instance Method Details

#indent(num = 2) ⇒ Object



5
6
7
# File 'lib/gherkin/parser.rb', line 5

def indent(num=2)
  str(' ' * num)
end