From e91fb5eb6f5ccef0e4903b78e76626366b8a7ffa Mon Sep 17 00:00:00 2001 From: zzak Date: Sat, 2 Feb 2013 04:37:45 +0000 Subject: * 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 --- lib/net/smtp.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib') 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 @@ -65,8 +65,6 @@ module Net include SMTPError end - # - # = Net::SMTP # # == What is This Library? # @@ -1056,6 +1054,6 @@ module Net end # class SMTP - SMTPSession = SMTP + SMTPSession = SMTP # :nodoc: end -- cgit v1.2.3