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