From 4bfbff58a3743f7112def4b84fe56e5b9656d993 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 13 Apr 2008 07:10:31 +0000 Subject: update NEWS * Object#tap * Process.exec * Symbol#to_proc git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@15989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index ab27f9fb80..049fd0d999 100644 --- a/NEWS +++ b/NEWS @@ -64,6 +64,10 @@ with all sufficient information, see the ChangeLog file. * Integer#even? implemented. * Integer#pred implemented. + * Object#tap implemented. + + * Process.exec implemented. + * Regexp.union accepts an array of patterns. * StopIteration @@ -71,9 +75,7 @@ with all sufficient information, see the ChangeLog file. New exception class that causes Kernel#loop to stop iteration when raised. - * Symbol#to_proc - - New method. + * Symbol#to_proc implemented. * enumerator -- cgit v1.2.3