bde3df2bec
1 2 3 4 5
6 7
module ActionMailer module Utils #:nodoc: def normalize_new_lines(text) text.to_s.gsub(/\r\n?/, "\n") end end end