# File lib/cucumber/ast/tree_walker.rb, line 130 def visit_table_row(table_row) broadcast(table_row) do table_row.accept(self) end end