[前][次][番号順一覧][スレッド一覧]

ruby-changes:2984

From: ko1@a...
Date: 22 Dec 2007 16:29:09 +0900
Subject: [ruby-changes:2984] shugo - Ruby:r14476 (trunk): * lib/net/imap.rb: fixed RDoc markups.

shugo	2007-12-22 16:29:01 +0900 (Sat, 22 Dec 2007)

  New Revision: 14476

  Modified files:
    trunk/lib/net/imap.rb

  Log:
    * lib/net/imap.rb: fixed RDoc markups.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/net/imap.rb?r1=14476&r2=14475

Index: lib/net/imap.rb
===================================================================
--- lib/net/imap.rb	(revision 14475)
+++ lib/net/imap.rb	(revision 14476)
@@ -882,17 +882,17 @@
     # Creates a new Net::IMAP object and connects it to the specified
     # +host+.
     #
-    # +options+ is an option hash.
+    # +options+ is an option hash, each key of which is a symbol.
     #
     # The available options are:
     #
-    # :port:: port number (default value is 143 for imap, or 993 for imaps)
-    # :ssl:: if +options[:ssl]+ is true, then an attempt will be made
-    #        to use SSL (now TLS) to connect to the server.  For this to work
-    #        OpenSSL [OSSL] and the Ruby OpenSSL [RSSL] extensions need to
-    #        be installed.
-    #        if +options[:ssl]+ is a hash, it's passed to 
-    #        OpenSSL::SSL::SSLContext.build as parameters.
+    # port::  port number (default value is 143 for imap, or 993 for imaps)
+    # ssl::   if options[:ssl] is true, then an attempt will be made
+    #         to use SSL (now TLS) to connect to the server.  For this to work
+    #         OpenSSL [OSSL] and the Ruby OpenSSL [RSSL] extensions need to
+    #         be installed.
+    #         if options[:ssl] is a hash, it's passed to 
+    #         OpenSSL::SSL::SSLContext.build as parameters.
     #
     # The most common errors are:
     #

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧]