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:
parent
4cda2e5013
commit
515e106fb7
1 changed files with 1 additions and 1 deletions
2
enum.c
2
enum.c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue