20 21 22
# File 'lib/revector/predicate/exists.rb', line 20 def self.check!(item, iteratee) !Exists.check!(item, iteratee) end
24 25 26
# File 'lib/revector/predicate/exists.rb', line 24 def self.compare(value, other = nil) !Exists.compare(value, other) end