diff options
| author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-04-09 02:58:56 +0000 |
|---|---|---|
| committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-04-09 02:58:56 +0000 |
| commit | 4e173642552e828bcc2c2488c3e8cc70478b94ec (patch) | |
| tree | bf87b05a22ce68755b0240a4dd6e548761c4f892 | |
| parent | 7f41b1bd9c14ef5020c33e0bf364b087ecdabe5c (diff) | |
| download | ruby-4e173642552e828bcc2c2488c3e8cc70478b94ec.tar.gz ruby-4e173642552e828bcc2c2488c3e8cc70478b94ec.tar.xz ruby-4e173642552e828bcc2c2488c3e8cc70478b94ec.zip | |
* lib/net/imap.rb: fix typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | lib/net/imap.rb | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Mon Apr 9 11:56:52 2001 Shugo Maeda <shugo@ruby-lang.org> + + * lib/net/imap.rb: fix typo. + Tue Apr 3 09:56:20 2001 WATANABE Hirofumi <eban@ruby-lang.org> * ext/extmk.rb.in (create_makefile): create def file only if diff --git a/lib/net/imap.rb b/lib/net/imap.rb index ef99b4c00..371fca102 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 |
