summaryrefslogtreecommitdiff
path: root/lib/net/imap.rb
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-04-09 02:58:56 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-04-09 02:58:56 +0000
commitbacf9d9ecefe09a5d3c9b4961cc4eb11467b7be8 (patch)
treebf87b05a22ce68755b0240a4dd6e548761c4f892 /lib/net/imap.rb
parente2de605439f6538c95b66381c74f591eec2040bd (diff)
* lib/net/imap.rb: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net/imap.rb')
-rw-r--r--lib/net/imap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/imap.rb b/lib/net/imap.rb
index ef99b4c00c..371fca1024 100644
--- a/lib/net/imap.rb
+++ b/lib/net/imap.rb
@@ -28,7 +28,7 @@ This script invokes the FETCH command and the SEARCH command concurrently.
Object
-=== Methods
+=== Class Methods
: new(host, port = 143)
Creates a new Net::IMAP object and connects it to the specified