# File lib/cucumber/ast/tree_walker.rb, line 34 def visit_tags(tags) broadcast(tags) do tags.accept(self) end end