mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
94839d4a80
commit
e91fb5eb6f
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Feb 2 13:37:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* lib/net/smtp.rb: Fix rdoc title for Net::SMTP
|
||||
|
||||
Sat Feb 2 13:32:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* lib/net/pop.rb: Fix rdoc title for Net::POP3
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue