# File lib/liquid/standardfilters.rb, line 351 def each @input.each do |e| yield(e.respond_to?(:to_liquid) ? e.to_liquid : e) end end