From aa3665e7826b6e27c43e067f0f8fb6794392319c Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 31 Dec 2008 15:11:33 +0000 Subject: [PATCH] describe a block for UNIXSocket.pair. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 25c154a117..2cc559476d 100644 --- a/NEWS +++ b/NEWS @@ -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