Flowdock
new() public

No documentation

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

Hide source
static VALUE
yielder_initialize(VALUE obj)
{
    rb_need_block();

    return yielder_init(obj, rb_block_proc());
}
Register or log in to add new notes.