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

add getpeereid.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-02-11 01:30:05 +00:00
parent b4e50055c3
commit fdf5d80890

1
NEWS
View file

@ -114,6 +114,7 @@ with all sufficient information, see the ChangeLog file.
* BasicSocket#sendmsg_nonblock
* BasicSocket#recvmsg
* BasicSocket#recvmsg_nonblock
* BasicSocket#getpeereid
* extended methods:
* Socket.new's 3rd argument is optional now.