Actions
Feature #11773
closedEnumerator::Lazy#grep_v
Description
Enumerable#grep_v
was introduced in #11049.
But Enumerator::Lazy
doesn't have the method.
I've attached a patch that adds grep_v
to Enumerator::Lazy
.
Files
Updated by matz (Yukihiro Matsumoto) almost 9 years ago
- Assignee set to nobu (Nobuyoshi Nakada)
Agreed. the patch LGTM.
Matz.
Updated by nobu (Nobuyoshi Nakada) almost 9 years ago
- Status changed from Open to Closed
Applied in changeset r52943.
enumerator.c: lazy_grep_v
- enumerator.c (lazy_grep_v): add Enumerator::Lazy#grep_v as well
as Enumerable, to enumerate lazily.
[ruby-core:71845] [Feature #11773]
Actions
Like0
Like0Like0