# File lib/liquid/standardfilters.rb, line 95
    def reverse(input)
      ary = [input].flatten
      ary.reverse
    end