summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/net/smtp.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb
index 27d4557c0e..e525bbb0cf 100644
--- a/lib/net/smtp.rb
+++ b/lib/net/smtp.rb
@@ -66,8 +66,6 @@ module Net
end
#
- # = Net::SMTP
- #
# == What is This Library?
#
# This library provides functionality to send internet
@@ -1056,6 +1054,6 @@ module Net
end # class SMTP
- SMTPSession = SMTP
+ SMTPSession = SMTP # :nodoc:
end