summaryrefslogtreecommitdiff
path: root/enum.c
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-09 13:00:34 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-09 13:01:11 +0900
commit515e106fb73a1a3bc69b6f1670bbaaebf45fee30 (patch)
tree1a55e8b9d2a669d7eb8b149e66cc0d508694b656 /enum.c
parent4cda2e5013b1351b9da087fe534907fcd7e52770 (diff)
[DOC] Add link to Enumerable#grep from Enumerable#select
Diffstat (limited to 'enum.c')
-rw-r--r--enum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enum.c b/enum.c
index bdc5c685d9..c06e336d2f 100644
--- a/enum.c
+++ b/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