Module: Revector::NotEndify
- Defined in:
- lib/revector/predicate/endify.rb
Class Method Summary collapse
Class Method Details
.check!(item, iteratee, value) ⇒ Object
19 20 21 |
# File 'lib/revector/predicate/endify.rb', line 19 def self.check!(item, iteratee, value) !Endify.check!(item, iteratee, value) end |
.compare(fetched_value, value) ⇒ Object
23 24 25 |
# File 'lib/revector/predicate/endify.rb', line 23 def self.compare(fetched_value, value) !Endify.compare(fetched_value, value) end |