[ruby-cvs:78607] 69aa927a40 (master): Indicate `find_all` and `select` methods are aliases.
"Corey Farwell" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Corey Farwell 2017-04-18 06:58:51 +0900 (Tue, 18 Apr 2017)
New Revision: 69aa927a40
https://github.com/ruby/ruby/commit/69aa927a40
Log:
Indicate `find_all` and `select` methods are aliases.
This matches the documentation for `Enumerable::inject` and `Enumerable::reduce` which are also aliases.
Modified files:
enum.c