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

ruby-changes:10436

From: akr <ko1@a...>
Date: Tue, 3 Feb 2009 07:34:48 +0900 (JST)
Subject: [ruby-changes:10436] Ruby:r21984 (trunk): rdoc update.

akr	2009-02-03 07:31:50 +0900 (Tue, 03 Feb 2009)

  New Revision: 21984

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

  Log:
    rdoc update.

  Modified files:
    trunk/ext/socket/lib/socket.rb

Index: ext/socket/lib/socket.rb
===================================================================
--- ext/socket/lib/socket.rb	(revision 21983)
+++ ext/socket/lib/socket.rb	(revision 21984)
@@ -46,7 +46,7 @@
   end
   private :connect_internal
 
-  # creates a socket connected to self.
+  # creates a socket connected to the address of self.
   #
   # If one or more arguments given as _local_addr_args_,
   # it is used as the local address of the socket.
@@ -72,7 +72,7 @@
     connect_internal(family_addrinfo(*local_addr_args), &block)
   end
 
-  # creates a socket connected to self.
+  # creates a socket connected to the address of self.
   #
   # If a block is given, it is called with the socket and the value of the block is returned.
   # The socket is returned otherwise.

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

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