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@22821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-03-08 04:13:06 +00:00
parent d6ffa4b918
commit 54a52efe09

View file

@ -159,7 +159,7 @@ class Addrinfo
end end
class BasicSocket class BasicSocket
# Returns an address of the socket suitable for connect. # Returns an address of the socket suitable for connect in the local machine.
# #
# This method returns _self_.local_address, except following condition. # This method returns _self_.local_address, except following condition.
# #