class Gem::Resolver::Molinillo::DependencyGraph::AddVertex
def initialize(name, payload, root)
-
root
(Boolean
) -- whether the vertex is root or not -
payload
(Object
) -- the payload for the vertex -
name
(String
) -- the name of the vertex
def initialize(name, payload, root) @name = name @payload = payload @root = root end