lib/veritas/function/predicate/match.rb in veritas-0.0.5 vs lib/veritas/function/predicate/match.rb in veritas-0.0.6
- old
+ new
@@ -15,10 +15,10 @@
#
# @return [Boolean]
#
# @api public
def self.call(*)
- !!super
+ super ? true : false
end
# Return the Match operation
#
# @example