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