ruby-changes:26966
From: zzak <ko1@a...>
Date: Sat, 2 Feb 2013 13:37:57 +0900 (JST)
Subject: [ruby-changes:26966] zzak:r39018 (trunk): * lib/net/smtp.rb: Fix rdoc title for Net::SMTP
zzak 2013-02-02 13:37:45 +0900 (Sat, 02 Feb 2013) New Revision: 39018 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39018 Log: * lib/net/smtp.rb: Fix rdoc title for Net::SMTP Modified files: trunk/ChangeLog trunk/lib/net/smtp.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 39017) +++ ChangeLog (revision 39018) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Feb 2 13:37:00 2013 Zachary Scott <zachary@z...> + + * lib/net/smtp.rb: Fix rdoc title for Net::SMTP + Sat Feb 2 13:32:00 2013 Zachary Scott <zachary@z...> * lib/net/pop.rb: Fix rdoc title for Net::POP3 Index: lib/net/smtp.rb =================================================================== --- lib/net/smtp.rb (revision 39017) +++ lib/net/smtp.rb (revision 39018) @@ -66,8 +66,6 @@ module Net https://github.com/ruby/ruby/blob/trunk/lib/net/smtp.rb#L66 end # - # = Net::SMTP - # # == What is This Library? # # This library provides functionality to send internet @@ -1056,6 +1054,6 @@ module Net https://github.com/ruby/ruby/blob/trunk/lib/net/smtp.rb#L1054 end # class SMTP - SMTPSession = SMTP + SMTPSession = SMTP # :nodoc: end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/