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