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

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

Instance Method Summary collapse

Instance Method Details

#indentationObject



1653
1654
1655
# File 'lib/cucumber/parser/feature.rb', line 1653

def indentation
  indent.text_value.length
end

#lineObject



1657
1658
1659
# File 'lib/cucumber/parser/feature.rb', line 1657

def line
  indent.line
end