method
grep_v
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
grep_v(p1)
public
Hide source
static VALUE lazy_grep_v(VALUE obj, VALUE pattern) { return lazy_set_method(rb_block_call(rb_cLazy, id_new, 1, &obj, rb_block_given_p() ? lazy_grep_v_iter : lazy_grep_v_func, pattern), rb_ary_new3(1, pattern), 0); }