# File lib/cucumber/ast/tree_walker.rb, line 12 def visit_features(features) warn "The listener(s) (#{deprecated_listeners.map{ |l| l.class }}) appear to support the legacy Ast::Visitor interface, which is no longer supported." if deprecated_listeners.any? broadcast(features) do features.accept(self) end end