Module: Cucumber::Parser::PyString::PyString1
- Defined in:
- lib/cucumber/parser/py_string.rb
Instance Method Summary collapse
Instance Method Details
#close_py_string ⇒ Object
33 34 35 |
# File 'lib/cucumber/parser/py_string.rb', line 33 def close_py_string elements[2] end |
#open_py_string ⇒ Object
25 26 27 |
# File 'lib/cucumber/parser/py_string.rb', line 25 def open_py_string elements[0] end |
#s ⇒ Object
29 30 31 |
# File 'lib/cucumber/parser/py_string.rb', line 29 def s elements[1] end |