class Bundler::PubGrub::VersionConstraint

def disjoint?(other)

def disjoint?(other)
  !overlap?(other)
end