base64_encode(str)
No documentation available.
# File lib/net/smtp.rb, line 784 def base64_encode(str) # expects "str" may not become too long [str].pack('m0') end