class Bundler::PubGrub::VersionConstraint

def difference(other)

def difference(other)
  intersect(other.invert)
end