1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] Add link to Enumerable#grep from Enumerable#select

This commit is contained in:
Kazuhiro NISHIYAMA 2019-07-09 13:00:34 +09:00
parent 4cda2e5013
commit 515e106fb7
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

2
enum.c
View file

@ -436,7 +436,7 @@ enum_size_over_p(VALUE obj, long n)
*
* [:foo, :bar].filter { |x| x == :foo } #=> [:foo]
*
* See also Enumerable#reject.
* See also Enumerable#reject, Enumerable#grep.
*/
static VALUE