# File lib/mail/encodings/base64.rb, line 12
      def self.encode(str)
        RubyVer.encode_base64( str )
      end