зеркало из https://github.com/github/ruby.git
* 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:
Родитель
21f56f6de9
Коммит
9c15f6f822
|
@ -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>
|
Thu Mar 25 17:21:49 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||||
|
|
||||||
* NEWS: add IO#autoclose=, IO#autoclose?, IO#codepoints,
|
* NEWS: add IO#autoclose=, IO#autoclose?, IO#codepoints,
|
||||||
|
|
3
NEWS
3
NEWS
|
@ -19,6 +19,9 @@ with all sufficient information, see the ChangeLog file.
|
||||||
* Array#rotate!
|
* Array#rotate!
|
||||||
* Array#rotate
|
* Array#rotate
|
||||||
|
|
||||||
|
* extended methods:
|
||||||
|
* Array#{uniq,uniq!} can take a block.
|
||||||
|
|
||||||
* Dir
|
* Dir
|
||||||
* new method:
|
* new method:
|
||||||
* Dir.home
|
* Dir.home
|
||||||
|
|
Загрузка…
Ссылка в новой задаче