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:
parent
5b5bbdbb35
commit
d49860bfbc
@ -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>
|
Sat Apr 17 05:30:22 2010 Aaron Patterson <aaron@tenderlovemaking.com>
|
||||||
|
|
||||||
* ext/psych/lib/psych/core_ext.rb (yaml_as): supporting deprecated
|
* ext/psych/lib/psych/core_ext.rb (yaml_as): supporting deprecated
|
||||||
|
4
NEWS
4
NEWS
@ -16,8 +16,10 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
* Array
|
* Array
|
||||||
* new method:
|
* new method:
|
||||||
* Array#keep_if
|
* Array#keep_if
|
||||||
* Array#rotate!
|
* Array#repeated_combination
|
||||||
|
* Array#repeated_permutation
|
||||||
* Array#rotate
|
* Array#rotate
|
||||||
|
* Array#rotate!
|
||||||
* Array#select!
|
* Array#select!
|
||||||
* Array#sort_by!
|
* Array#sort_by!
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user