# File lib/liquid/standardfilters.rb, line 59
    def strip_newlines(input)
      input.to_s.gsub(/\n/, '')
    end