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

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

Instance Method Summary collapse

Methods included from Indentation

indentation_level

Methods included from HasRows

#row, #rows

Constructor Details

#initializeTable

Returns a new instance of Table.



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

def initialize(*); end

Instance Method Details

#build(source) ⇒ Object



18
19
20
# File 'lib/cucumber/core/gherkin/writer/table.rb', line 18

def build(source)
  source + statements
end