# File lib/jmespath/nodes/function.rb, line 631
      def call(args)
        value = args.first
        Array === value ? value : [value]
      end