class Bundler::Molinillo::DependencyGraph
def root_vertex_named(name)
-
(Vertex, nil)
- the root vertex with the given name
Parameters:
-
name
(String
) --
def root_vertex_named(name) root_vertices[name] end
(Vertex, nil)
- the root vertex with the given name
name
(String
)
--
def root_vertex_named(name) root_vertices[name] end