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

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

Instance Method Summary collapse

Instance Method Details

#indentationObject



1629
1630
1631
# File 'lib/cucumber/parser/feature.rb', line 1629

def indentation
  indent.text_value.length
end

#lineObject



1633
1634
1635
# File 'lib/cucumber/parser/feature.rb', line 1633

def line
  indent.line
end