Module: Cucumber::Core::Gherkin::Writer::HasRows
Instance Method Summary collapse
Instance Method Details
#row(*cells) ⇒ Object
8 9 10 |
# File 'lib/cucumber/core/gherkin/writer/has_rows.rb', line 8 def row(*cells) rows << cells end |
#rows ⇒ Object
12 13 14 |
# File 'lib/cucumber/core/gherkin/writer/has_rows.rb', line 12 def rows @rows ||= [] end |