# File lib/liquid/standardfilters.rb, line 182
    def last(array)
      array.last if array.respond_to?(:last)
    end