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.



196
197
# File 'lib/cucumber/core/gherkin/writer.rb', line 196

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