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