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