class Bundler::Resolver::Candidate
def ==(other)
def ==(other) return unless other.is_a?(self.class) version == other.version && priority == other.priority end
def ==(other) return unless other.is_a?(self.class) version == other.version && priority == other.priority end