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