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