# File lib/mail/version_specific/ruby_1_9.rb, line 18 def Ruby19.decode_base64(str) str.unpack( 'm' ).first.force_encoding(Encoding::BINARY) end