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