class Bundler::PubGrub::VersionConstraint

def subset?(other)

def subset?(other)
  other.allows_all?(self)
end