From d7055445204327f4bd2a89f73899a86aaaa2cc5e 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: http://svn.ruby-lang.org/repos/ruby/trunk@20916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 905be7f93..14e1de5e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 22 21:26:12 2008 Tanaka Akira + + * io.c (rb_io_s_pipe): IO.pipe can take a block. + (pipe_close): new function. + Mon Dec 22 21:08:54 2008 Tanaka Akira * lib/test/unit/assertions.rb (assert_nothing_raised): increment -- cgit