Class: Cucumber::Core::Gherkin::Writer::Table
- Inherits:
-
Object
- Object
- Cucumber::Core::Gherkin::Writer::Table
- Includes:
- HasRows
- Defined in:
- lib/cucumber/core/gherkin/writer.rb
Instance Method Summary collapse
- #build(source) ⇒ Object
-
#initialize ⇒ Table
constructor
A new instance of Table.
Methods included from HasRows
Constructor Details
#initialize ⇒ Table
Returns a new instance of Table.
153 154 |
# File 'lib/cucumber/core/gherkin/writer.rb', line 153 def initialize(*) end |
Instance Method Details
#build(source) ⇒ Object
156 157 158 |
# File 'lib/cucumber/core/gherkin/writer.rb', line 156 def build(source) source + statements end |