# File lib/cucumber/ast/tree_walker.rb, line 81 def visit_outline_table(outline_table) broadcast(outline_table) do outline_table.accept(self) end end