class Bundler::Molinillo::DependencyGraph

def initialize

def initialize
  @vertices = {}
  @edges = Set.new
  @root_vertices = {}
end