Module: Cucumber::Parser::Feature::OpenPyString1

Defined in:
lib/cucumber/parser/feature.rb

Instance Method Summary collapse

Instance Method Details

#indentationObject



1606
1607
1608
# File 'lib/cucumber/parser/feature.rb', line 1606

def indentation
  indent.text_value.length
end

#lineObject



1610
1611
1612
# File 'lib/cucumber/parser/feature.rb', line 1610

def line
  indent.line
end