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