# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb, line 56
    def initialize
      @vertices = {}
      @log = Log.new
    end