module Cucumber::Core::Gherkin::Writer::HasRows

def row(*cells)

def row(*cells)
  rows << cells
end