diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-31 15:11:33 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-31 15:11:33 +0000 |
commit | 9f81e1d0dd89b01910e506f2c5d3510957031cf3 (patch) | |
tree | ff35001378fa28a7117c08ea35d588b33f5088f3 /NEWS | |
parent | 3d2db2a6db2cc7fbfe3944314d42a40cb441b69e (diff) | |
download | ruby-9f81e1d0dd89b01910e506f2c5d3510957031cf3.tar.gz ruby-9f81e1d0dd89b01910e506f2c5d3510957031cf3.tar.xz ruby-9f81e1d0dd89b01910e506f2c5d3510957031cf3.zip |
describe a block for UNIXSocket.pair.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -71,6 +71,9 @@ with all sufficient information, see the ChangeLog file. * Buffering#read_nonblock +* socket + * Socket.pair and UNIXSocket.pair takes a block. + === Compatibility issues (excluding feature bug fixes) * Enumerator#rewind |