class Bundler::PubGrub::VersionConstraint

def eql?(other)

def eql?(other)
  package.eql?(other.package) &&
    range.eql?(other.range)
end