# File lib/mailfactory.rb, line 404 def quoted_printable_encode(text) [text].pack('M').gsub(/\n/, "\r\n").chomp.gsub(/=$/, '') end