class Cucumber::Ast::OutlineTable
def accept(visitor)
def accept(visitor) cells_rows.each_with_index do |row, n| visitor.visit_table_row(row) end nil end
def accept(visitor) cells_rows.each_with_index do |row, n| visitor.visit_table_row(row) end nil end