summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-22 12:27:26 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-22 12:27:26 +0000
commit3a7daf882bf737c2e9a6c7a9aece2424cb3f4547 (patch)
tree16383b4b77598d0f449a9617e877ceb90a8e7e74 /NEWS
parentc8cbfe7deba037b72e2a3c8f7dd604731e43de55 (diff)
* 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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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.