# File lib/cucumber/ast/tree_walker.rb, line 49 def visit_feature_element(feature_element) broadcast(feature_element) do feature_element.accept(self) end end