# File lib/cucumber/ast/tree_walker.rb, line 19
      def visit_feature(feature)
        broadcast(feature) do
          feature.accept(self)
        end
      end