summaryrefslogtreecommitdiff
path: root/lib/net/imap.rb
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-12-21 06:35:05 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-12-21 06:35:05 +0000
commit31c53aaa7dc3da8bc9ba6b3007c183dcbeeafe11 (patch)
treedc4f46a4b36f2dd270b9e92809d172ce57d804c7 /lib/net/imap.rb
parent8d393f1855483314e98269980a728b44c34c8bea (diff)
shugo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net/imap.rb')
-rw-r--r--lib/net/imap.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/imap.rb b/lib/net/imap.rb
index 06690ddebc..34d324ed12 100644
--- a/lib/net/imap.rb
+++ b/lib/net/imap.rb
@@ -22,10 +22,10 @@ Object
port on the named host.
: debug
- Returns the debug mode
+ Returns the debug mode.
: debug = val
- Sets the debug mode
+ Sets the debug mode.
: add_authenticator(auth_type, authenticator)
Adds an authenticator for Net::IMAP#authenticate.