# File lib/mail/encodings/quoted_printable.rb, line 16
      def self.decode(str)
        str.unpack("M*").first
      end