Matches any value that is not nil using the === operator.
42 43 44
# File 'lib/puppet/util/multi_match.rb', line 42 def ===(v) !v.nil? end