summaryrefslogtreecommitdiff
path: root/lib/net/smtp.rb
diff options
context:
space:
mode:
-rw-r--r--lib/net/smtp.rb2
1 files changed, 1 insertions, 1 deletions
@@ -788,7 +788,7 @@ module Net
def base64_encode(str)
# expects "str" may not become too long
- [str].pack('m').gsub(/\s+/, '')
end
IMASK = 0x36