Flowdock
method

chunk

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: Lazy
chunk(*args) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
lazy_super(int argc, VALUE *argv, VALUE lazy)
{
    return enumerable_lazy(rb_call_super(argc, argv));
}
Register or log in to add new notes.