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.
197 |
# File 'lib/cucumber/core/gherkin/writer.rb', line 197 def initialize(*); end |
Instance Method Details
#build(source) ⇒ Object
199 200 201 |
# File 'lib/cucumber/core/gherkin/writer.rb', line 199 def build(source) source + statements end |