Module: Cucumber::Parser::PyString::OpenPyString1

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

Instance Method Summary collapse

Instance Method Details

#indentationObject



130
131
132
# File 'lib/cucumber/parser/py_string.rb', line 130

def indentation
  indent.text_value.length
end

#lineObject



134
135
136
# File 'lib/cucumber/parser/py_string.rb', line 134

def line
  indent.line
end