From 5469cf0f3a88e06e3c9977d71e12b904307ddf5e Mon Sep 17 00:00:00 2001 From: marcandre Date: Sun, 11 Apr 2010 16:50:33 +0000 Subject: * NEWS: Add {Hash,ENV}#{keep_if,select!} git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) 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= -- cgit v1.2.3