From 3a7daf882bf737c2e9a6c7a9aece2424cb3f4547 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 22 Dec 2008 12:27:26 +0000 Subject: * io.c (rb_io_s_pipe): IO.pipe can take a block. (pipe_close): new function. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5a1e08d011..263f87d472 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,9 @@ with all sufficient information, see the ChangeLog file. * builtin classes + * IO + * IO.pipe takes a block. + * Enumerator#rewind Now calls the "rewind" method of the enclosed object if defined. -- cgit v1.2.3