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

rdoc update.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-02-02 22:31:50 +00:00
parent a1dd4a613a
commit e53c88a44f

View file

@ -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.