1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/net/imap.rb: fix typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shugo 2001-04-09 02:58:56 +00:00
parent 9eeb7b76c1
commit 5a2c05b0fc
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Mon Apr 9 11:56:52 2001 Shugo Maeda <shugo@ruby-lang.org>
* lib/net/imap.rb: fix typo.
Thu Apr 5 22:40:12 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
* variable.c (rb_const_get): no recursion to show full class path

View file

@ -16,7 +16,7 @@ Net::IMAP implements Internet Message Access Protocol (IMAP) clients.
Object
=== Methods
=== Class Methods
: new(host, port = 143)
Creates a new Net::IMAP object and connects it to the specified