class Bundler::Molinillo::DependencyGraph

def root_vertex_named(name)

Returns:
  • (Vertex, nil) - the root vertex with the given name

Parameters:
  • name (String) --
def root_vertex_named(name)
  root_vertices[name]
end