# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb, line 11
    def each
      vertices.values.each { |v| yield v }
    end