diff options
| author | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2019-07-09 13:00:34 +0900 |
|---|---|---|
| committer | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2019-07-09 13:01:11 +0900 |
| commit | 515e106fb73a1a3bc69b6f1670bbaaebf45fee30 (patch) | |
| tree | 1a55e8b9d2a669d7eb8b149e66cc0d508694b656 | |
| parent | 4cda2e5013b1351b9da087fe534907fcd7e52770 (diff) | |
[DOC] Add link to Enumerable#grep from Enumerable#select
| -rw-r--r-- | enum.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
