method
yield
v1_9_1_378 -
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);
rb_proc_call(ptr->proc, args);
return obj;
}