# File lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb, line 238 def ==(other) shallow_eql?(other) && successors.to_set == other.successors.to_set end