# File lib/cucumber/ast/tree_walker.rb, line 12 def visit_features(features) broadcast(features) do features.accept(self) end end