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

NEWS: add Array#repeated_{combinationpermutation} [Feature #2981]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2010-04-16 22:30:16 +00:00
parent 5b5bbdbb35
commit d49860bfbc
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sat Apr 17 07:27:53 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* NEWS: add Array#repeated_{combinationpermutation} [Feature #2981]
Sat Apr 17 05:30:22 2010 Aaron Patterson <aaron@tenderlovemaking.com>
* ext/psych/lib/psych/core_ext.rb (yaml_as): supporting deprecated

4
NEWS
View file

@ -16,8 +16,10 @@ with all sufficient information, see the ChangeLog file.
* Array
* new method:
* Array#keep_if
* Array#rotate!
* Array#repeated_combination
* Array#repeated_permutation
* Array#rotate
* Array#rotate!
* Array#select!
* Array#sort_by!