class Bundler::PubGrub::VersionRange::Empty

def allows_all?(other)

def allows_all?(other)
  other.empty?
end