# File lib/liquid/standardfilters.rb, line 137
    def reverse(input)
      ary = InputIterator.new(input)
      ary.reverse
    end