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

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

Instance Method Summary collapse

Methods included from HasRows

#row, #rows

Constructor Details

#initializeTable

Returns a new instance of Table.



13
# File 'lib/cucumber/core/gherkin/writer/table.rb', line 13

def initialize(*); end

Instance Method Details

#build(source) ⇒ Object



15
16
17
# File 'lib/cucumber/core/gherkin/writer/table.rb', line 15

def build(source)
  source + statements
end