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

* NEWS: Array#{uniq,uniq!} can take a block. see [ruby-dev:37998]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2010-03-25 09:11:47 +00:00
parent 21f56f6de9
commit 9c15f6f822
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Thu Mar 25 18:10:08 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* NEWS: Array#{uniq,uniq!} can take a block. see [ruby-dev:37998]
Thu Mar 25 17:21:49 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* NEWS: add IO#autoclose=, IO#autoclose?, IO#codepoints,

3
NEWS
View file

@ -19,6 +19,9 @@ with all sufficient information, see the ChangeLog file.
* Array#rotate!
* Array#rotate
* extended methods:
* Array#{uniq,uniq!} can take a block.
* Dir
* new method:
* Dir.home