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