# File lib/mail/encodings/quoted_printable.rb, line 20 def self.encode(str) [str].pack("M").gsub(/\n/, "\r\n") end