method
yield
v1_9_3_125 -
Show latest stable
- Class:
Enumerator::Yielder
yield(*args)public
No documentation available.
static VALUE
yielder_yield(VALUE obj, VALUE args)
{
struct yielder *ptr = yielder_ptr(obj);
return rb_proc_call(ptr->proc, args);
}