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

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

Instance Method Summary collapse

Instance Method Details

#indentationObject



1414
1415
1416
# File 'lib/cucumber/parser/feature.rb', line 1414

def indentation
  indent.text_value.length
end

#lineObject



1418
1419
1420
# File 'lib/cucumber/parser/feature.rb', line 1418

def line
  indent.line
end