class Cucumber::Ast::TreeWalker

def visit_feature(feature)

def visit_feature(feature)
  broadcast(feature) do
    feature.accept(self)
  end
end