diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-02 22:31:50 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-02 22:31:50 +0000 |
| commit | 5d5c9b4b094bd3c5a7f1117319f105c4e6697327 (patch) | |
| tree | 481632d01d386584539a43560ac7b3389fc78979 /ext/socket | |
| parent | 40f95dff44933b4b5f5cd10c1bfed3114928e518 (diff) | |
| download | ruby-5d5c9b4b094bd3c5a7f1117319f105c4e6697327.tar.gz ruby-5d5c9b4b094bd3c5a7f1117319f105c4e6697327.tar.xz ruby-5d5c9b4b094bd3c5a7f1117319f105c4e6697327.zip | |
rdoc update.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/socket')
| -rw-r--r-- | ext/socket/lib/socket.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/socket/lib/socket.rb b/ext/socket/lib/socket.rb index 778c1aa71..dc9cda977 100644 --- a/ext/socket/lib/socket.rb +++ b/ext/socket/lib/socket.rb @@ -46,7 +46,7 @@ class AddrInfo 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 @@ class AddrInfo 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. |
