class Gem::Resolver::Molinillo::DependencyGraph::Vertex
def ==(other)
-
(Boolean)
- whether the two vertices are equal, determined
def ==(other) shallow_eql?(other) && successors.to_set == other.successors.to_set end
(Boolean)
- whether the two vertices are equal, determined
def ==(other) shallow_eql?(other) && successors.to_set == other.successors.to_set end