method
slice_before
v2_1_10 -
Show latest stable
- Class:
Enumerator::Lazy
slice_before(*args)public
No documentation available.
static VALUE
lazy_super(int argc, VALUE *argv, VALUE lazy)
{
return enumerable_lazy(rb_call_super(argc, argv));
}