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