summaryrefslogtreecommitdiff
path: root/array.rb
Commit message (Collapse)AuthorAgeFilesLines
* [DOC] Move docs of `Array#first` and `Array#last` to array.rbNobuyoshi Nakada2023-05-101-0/+62
|
* `Array#first` and `Array#last` in RubyKoichi Sasada2023-03-231-0/+26
|
* Use `Primitive.mandatory_only?` for `Array#sample`Koichi Sasada2021-11-151-1/+7
|
* [DOC] Additional to Array#sample [ci skip]Nobuyoshi Nakada2021-09-221-0/+2
| | | | | * The requirement to the +n+ argument. * The order of the result array. [Misc #14147]
* array.rb: Remove unnecessary phrase from rdocYusuke Endoh2020-11-121-2/+2
| | | | A fix to 54fb8fb62a30c7b60ab6443a62821f6f8bc479c4
* array.rb: show examples whether `Array#shuffle!` has side effect or notYusuke Endoh2020-11-121-2/+4
| | | | Partially revert 54fb8fb62a30c7b60ab6443a62821f6f8bc479c4
* Comply with guide for method doc: array.c (#3506)Burdette Lamar2020-09-021-37/+34
| | | | | | | | | | | | | Methods: any? all? one? none? sum shuffle! shuffle sample
* [Feature #16254] Use `Primitive.func` styleNobuyoshi Nakada2020-06-191-3/+3
|
* [Feature #16254] Use `__builtin.func` styleNobuyoshi Nakada2020-06-191-3/+3
|
* Removed useless shebang and executable bit [ci skip]Nobuyoshi Nakada2020-02-011-1/+0
|
* Cleaned an excess semicolon up [ci skip]Nobuyoshi Nakada2020-01-271-1/+1
| | | | which has not been removed when translated from C.
* Moved Array#sample to rbincNobuyoshi Nakada2020-01-261-0/+27
|
* Moved Array#shuffle and Array#shuffle! to rbincNobuyoshi Nakada2020-01-261-0/+36