Module: Cucumber::Core::Gherkin::Writer::HasRows

Included in:
Examples, Table
Defined in:
lib/cucumber/core/gherkin/writer/helpers.rb

Instance Method Summary collapse

Instance Method Details

#row(*cells) ⇒ Object



137
138
139
# File 'lib/cucumber/core/gherkin/writer/helpers.rb', line 137

def row(*cells)
  rows << cells
end

#rowsObject



141
142
143
# File 'lib/cucumber/core/gherkin/writer/helpers.rb', line 141

def rows
  @rows ||= []
end