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