Module: Cucumber::Parser::PyString::ClosePyString0
- Defined in:
- lib/cucumber/parser/py_string.rb
Instance Method Summary collapse
Instance Method Details
#eol ⇒ Object
204 205 206 |
# File 'lib/cucumber/parser/py_string.rb', line 204 def eol elements[0] end |
#quotes ⇒ Object
208 209 210 |
# File 'lib/cucumber/parser/py_string.rb', line 208 def quotes elements[2] end |
#white ⇒ Object
212 213 214 |
# File 'lib/cucumber/parser/py_string.rb', line 212 def white elements[3] end |