# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb, line 84 def ==(other) return true if equal?(other) shallow_eql?(other) && successors.to_set == other.successors.to_set end