Class: Cucumber::Ast::Table::Builder
- Inherits:
-
Object
- Object
- Cucumber::Ast::Table::Builder
- Defined in:
- lib/cucumber/ast/table.rb
Instance Attribute Summary (collapse)
-
- (Object) rows
readonly
Returns the value of attribute rows.
Instance Method Summary (collapse)
- - (Object) eof
-
- (Builder) initialize
constructor
A new instance of Builder.
- - (Object) row(row, line_number)
Constructor Details
- (Builder) initialize
A new instance of Builder
39 40 41 |
# File 'lib/cucumber/ast/table.rb', line 39 def initialize @rows = [] end |
Instance Attribute Details
- (Object) rows (readonly)
Returns the value of attribute rows
37 38 39 |
# File 'lib/cucumber/ast/table.rb', line 37 def rows @rows end |