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