summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-01 14:53:44 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-01 14:53:44 +0000
commit1bf2b99d275da110319e498e5d28febe37e9cde1 (patch)
treec78a53e74503f88d4a11863af6bc75ada3ef23d8 /NEWS
parent63a85806949106e970375938722a88e72d9f43f7 (diff)
* NEWS: Update new methods
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5ba699afff..d4572e24c7 100644
--- a/NEWS
+++ b/NEWS
@@ -15,9 +15,11 @@ with all sufficient information, see the ChangeLog file.
* Array
* new method:
- * Array#sort_by!
+ * Array#keep_if
* Array#rotate!
* Array#rotate
+ * Array#select!
+ * Array#sort_by!
* extended methods:
* Array#{uniq,uniq!} can take a block.
@@ -45,7 +47,9 @@ with all sufficient information, see the ChangeLog file.
* New methods:
* Enumerable#join
* Enumerable#chunk
+ * Enumerable#collect_concat
* Enumerable#each_entry
+ * Enumerable#flat_map
* Enumerable#slice_before
* Enumerator
@@ -101,6 +105,7 @@ with all sufficient information, see the ChangeLog file.
* Kernel
* new method:
+ * Kernel#respond_to_missing?
* Kernel#singleton_class
* MatchData