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

ruby-changes:20856

From: akr <ko1@a...>
Date: Wed, 10 Aug 2011 21:28:50 +0900 (JST)
Subject: [ruby-changes:20856] akr:r32905 (trunk): * lib/net/pop.rb: fix typo in document.

akr	2011-08-10 21:28:19 +0900 (Wed, 10 Aug 2011)

  New Revision: 32905

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32905

  Log:
    * lib/net/pop.rb: fix typo in document.
    
    * lib/net/http.rb: ditto.
    
    * lib/net/imap.rb: ditto.

  Modified files:
    trunk/ChangeLog
    trunk/lib/net/http.rb
    trunk/lib/net/imap.rb
    trunk/lib/net/pop.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 32904)
+++ ChangeLog	(revision 32905)
@@ -1,3 +1,11 @@
+Wed Aug 10 21:27:19 2011  Tanaka Akira  <akr@f...>
+
+	* lib/net/pop.rb: fix typo in document.
+
+	* lib/net/http.rb: ditto.
+
+	* lib/net/imap.rb: ditto.
+
 Wed Aug 10 19:30:00 2011  Kenta Murata  <mrkn@m...>
 
 	* complex.c (nucomp_rationalize): calls rationalize of real part if
Index: lib/net/pop.rb
===================================================================
--- lib/net/pop.rb	(revision 32904)
+++ lib/net/pop.rb	(revision 32905)
@@ -326,7 +326,7 @@
 
     @ssl_params = nil
 
-    # call-seq:
+    # :call-seq:
     #    Net::POP.enable_ssl(params = {})
     #
     # Enable SSL for all new instances.
@@ -444,7 +444,7 @@
       return !@ssl_params.nil?
     end
 
-    # call-seq:
+    # :call-seq:
     #    Net::POP#enable_ssl(params = {})
     #
     # Enables SSL for this instance.  Must be called before the connection is
Index: lib/net/http.rb
===================================================================
--- lib/net/http.rb	(revision 32904)
+++ lib/net/http.rb	(revision 32905)
@@ -507,7 +507,7 @@
       BufferedIO
     end
 
-    # call-seq:
+    # :call-seq:
     #   HTTP.start(address, port, p_addr, p_port, p_user, p_pass, &block)
     #   HTTP.start(address, port=nil, p_addr=nil, p_port=nil, p_user=nil, p_pass=nil, opt, &block)
     #
Index: lib/net/imap.rb
===================================================================
--- lib/net/imap.rb	(revision 32904)
+++ lib/net/imap.rb	(revision 32905)
@@ -980,7 +980,7 @@
     @@authenticators = {}
     @@max_flag_count = 10000
 
-    # call-seq:
+    # :call-seq:
     #    Net::IMAP.new(host, options = {})
     #
     # Creates a new Net::IMAP object and connects it to the specified

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

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