# File lib/jmespath/nodes/function.rb, line 410 def call(args) if args.count > 0 args.find { |value| !value.nil? } else return maybe_raise Errors::InvalidArityError, "function not_null() expects one or more arguments" end end