summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-11 16:50:33 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-11 16:50:33 +0000
commit5469cf0f3a88e06e3c9977d71e12b904307ddf5e (patch)
treed254039cfc86e42e756fd387aa8b619638330ef2 /NEWS
parent147fbbed620009ba5752763ab36ca297eb8af133 (diff)
* NEWS: Add {Hash,ENV}#{keep_if,select!}
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6bb359f942..c8d6f7cd1d 100644
--- a/NEWS
+++ b/NEWS
@@ -72,6 +72,9 @@ with all sufficient information, see the ChangeLog file.
* ENV
* Uses locale's encoding
* ENV.[]= raises Errno::{EINVAL,ENOMEM} etc. on failure.
+ * new methods:
+ * ENV.keep_if
+ * ENV.select!
* Float
* new constants:
@@ -87,6 +90,11 @@ with all sufficient information, see the ChangeLog file.
* new method:
* GC::Profiler.total_time
+ * Hash
+ * new methods:
+ * Hash#keep_if
+ * Hash#select!
+
* IO
* new method:
* IO#autoclose=