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