# File lib/cucumber/ast/tree_walker.rb, line 135 def visit_table_cell(table_cell) broadcast(table_cell) do table_cell.accept(self) end end