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

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

Instance Method Summary collapse

Instance Method Details

#indentationObject



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

def indentation
  indent.text_value.length
end

#lineObject



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

def line
  indent.line
end