summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-02 04:37:45 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-02 04:37:45 +0000
commite91fb5eb6f5ccef0e4903b78e76626366b8a7ffa (patch)
treefa9d20a97ca90dc69d4378a7aca8bac0031c0673 /lib
parent94839d4a80e62fdc8a60ddd4d4648228a9541fe5 (diff)
* lib/net/smtp.rb: Fix rdoc title for Net::SMTP
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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