1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* NEWS: Add {Hash,ENV}#{keep_if,select!}

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2010-04-11 16:50:33 +00:00
parent 147fbbed62
commit 5469cf0f3a

8
NEWS
View file

@ -72,6 +72,9 @@ with all sufficient information, see the ChangeLog file.
* ENV * ENV
* Uses locale's encoding * Uses locale's encoding
* ENV.[]= raises Errno::{EINVAL,ENOMEM} etc. on failure. * ENV.[]= raises Errno::{EINVAL,ENOMEM} etc. on failure.
* new methods:
* ENV.keep_if
* ENV.select!
* Float * Float
* new constants: * new constants:
@ -87,6 +90,11 @@ with all sufficient information, see the ChangeLog file.
* new method: * new method:
* GC::Profiler.total_time * GC::Profiler.total_time
* Hash
* new methods:
* Hash#keep_if
* Hash#select!
* IO * IO
* new method: * new method:
* IO#autoclose= * IO#autoclose=