Class: Cucumber::Core::Gherkin::Writer::Table

Inherits:
Object
  • Object
show all
Includes:
HasRows
Defined in:
lib/cucumber/core/gherkin/writer.rb

Instance Method Summary collapse

Methods included from HasRows

#row, #rows

Constructor Details

#initializeTable

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