Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-12 | array.rb: Remove unnecessary phrase from rdoc | Yusuke Endoh | |
A fix to 54fb8fb62a30c7b60ab6443a62821f6f8bc479c4 | |||
2020-11-12 | array.rb: show examples whether `Array#shuffle!` has side effect or not | Yusuke Endoh | |
Partially revert 54fb8fb62a30c7b60ab6443a62821f6f8bc479c4 | |||
2020-09-02 | Comply with guide for method doc: array.c (#3506) | Burdette Lamar | |
Methods: any? all? one? none? sum shuffle! shuffle sample Notes: Merged-By: BurdetteLamar <[email protected]> | |||
2020-06-19 | [Feature #16254] Use `Primitive.func` style | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/3165 | |||
2020-06-19 | [Feature #16254] Use `__builtin.func` style | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/3165 | |||
2020-02-01 | Removed useless shebang and executable bit [ci skip] | Nobuyoshi Nakada | |
2020-01-27 | Cleaned an excess semicolon up [ci skip] | Nobuyoshi Nakada | |
which has not been removed when translated from C. | |||
2020-01-26 | Moved Array#sample to rbinc | Nobuyoshi Nakada | |
2020-01-26 | Moved Array#shuffle and Array#shuffle! to rbinc | Nobuyoshi Nakada | |