Class: Cucumber::Ast::PyString::Builder
- Defined in:
- lib/cucumber/ast/py_string.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#string ⇒ Object
readonly
Returns the value of attribute string.
Instance Method Summary collapse
- #eof ⇒ Object
-
#initialize ⇒ Builder
constructor
A new instance of Builder.
- #py_string(string, line_number) ⇒ Object
Constructor Details
#initialize ⇒ Builder
Returns a new instance of Builder.
23 24 25 |
# File 'lib/cucumber/ast/py_string.rb', line 23 def initialize @string = '' end |
Instance Attribute Details
#string ⇒ Object (readonly)
Returns the value of attribute string.
21 22 23 |
# File 'lib/cucumber/ast/py_string.rb', line 21 def string @string end |