# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb, line 49 def initialize @vertices = {} @edges = Set.new @root_vertices = {} end