# File lib/liquid/standardfilters.rb, line 14
    def downcase(input)
      input.to_s.downcase
    end