class Bundler::PubGrub::VersionConstraint

def allows_all?(other)

def allows_all?(other)
  range.allows_all?(other.range)
end