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