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