From f70e6e112f8db87730e08111c03b123de29eb06c Mon Sep 17 00:00:00 2001 From: marcandre Date: Fri, 16 Apr 2010 23:25:51 +0000 Subject: [PATCH] * NEWS: Adding Array#select to the list of modified methods git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@27371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 1028b523d8..1ef8a1b453 100644 --- a/NEWS +++ b/NEWS @@ -78,6 +78,7 @@ with all sufficient information, see the ChangeLog file. * Array#reject * Array#reject! * Array#delete_if + * Array#select Return an enumerator if no block is given.