From 94839d4a80e62fdc8a60ddd4d4648228a9541fe5 Mon Sep 17 00:00:00 2001 From: zzak Date: Sat, 2 Feb 2013 04:32:25 +0000 Subject: * lib/net/pop.rb: Fix rdoc title for Net::POP3 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ lib/net/pop.rb | 8 +++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index eeaba4e165..0ac2811c49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Feb 2 13:32:00 2013 Zachary Scott + + * lib/net/pop.rb: Fix rdoc title for Net::POP3 + Sat Feb 2 13:00:11 2013 Yusuke Endoh * lib/gserver.rb (GServer#start): fix a timing issue. patch from diff --git a/lib/net/pop.rb b/lib/net/pop.rb index fd869b6985..600e093fa5 100644 --- a/lib/net/pop.rb +++ b/lib/net/pop.rb @@ -41,8 +41,6 @@ module Net # Unexpected response from the server. class POPBadResponse < POPError; end - # - # = Net::POP3 # # == What is This Library? # @@ -717,9 +715,9 @@ module Net end # class POP3 # class aliases - POP = POP3 - POPSession = POP3 - POP3Session = POP3 + POP = POP3 # :nodoc: + POPSession = POP3 # :nodoc: + POP3Session = POP3 # :nodoc: # # This class is equivalent to POP3, except that it uses APOP authentication. -- cgit v1.2.3