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