class Bundler::PubGrub::Incompatibility

def eql?(other)

def eql?(other)
  cause.eql?(other.cause) &&
    terms.eql?(other.terms)
end