Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `Primitive.mandatory_only?` for `Array#sample` | Koichi Sasada | 2021-11-15 | 1 | -1/+7 |
* | [DOC] Additional to Array#sample [ci skip] | Nobuyoshi Nakada | 2021-09-22 | 1 | -0/+2 |
* | array.rb: Remove unnecessary phrase from rdoc | Yusuke Endoh | 2020-11-12 | 1 | -2/+2 |
* | array.rb: show examples whether `Array#shuffle!` has side effect or not | Yusuke Endoh | 2020-11-12 | 1 | -2/+4 |
* | Comply with guide for method doc: array.c (#3506) | Burdette Lamar | 2020-09-02 | 1 | -37/+34 |
* | [Feature #16254] Use `Primitive.func` style | Nobuyoshi Nakada | 2020-06-19 | 1 | -3/+3 |
* | [Feature #16254] Use `__builtin.func` style | Nobuyoshi Nakada | 2020-06-19 | 1 | -3/+3 |
* | Removed useless shebang and executable bit [ci skip] | Nobuyoshi Nakada | 2020-02-01 | 1 | -1/+0 |
* | Cleaned an excess semicolon up [ci skip] | Nobuyoshi Nakada | 2020-01-27 | 1 | -1/+1 |
* | Moved Array#sample to rbinc | Nobuyoshi Nakada | 2020-01-26 | 1 | -0/+27 |
* | Moved Array#shuffle and Array#shuffle! to rbinc | Nobuyoshi Nakada | 2020-01-26 | 1 | -0/+36 |