class Bundler::PubGrub::VersionConstraint

def overlap?(other)

def overlap?(other)
  other.allows_any?(self)
end