Searched refs:rb_cLazy (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Denumerator.c106 VALUE rb_cLazy; variable
411 if (RTEST(rb_obj_is_kind_of(obj, rb_cLazy)))
1388 return enumerator_init(enumerator_allocate(rb_cLazy),
1447 return lazy_set_method(rb_block_call(rb_cLazy, id_new, 1, &obj,
1531 return lazy_set_method(rb_block_call(rb_cLazy, id_new, 1, &obj,
1554 return lazy_set_method(rb_block_call(rb_cLazy, id_new, 1, &obj,
1577 return lazy_set_method(rb_block_call(rb_cLazy, id_new, 1, &obj,
1609 return lazy_set_method(rb_block_call(rb_cLazy, id_new, 1, &obj,
1708 return lazy_set_method(rb_block_call(rb_cLazy, id_new, 1, &obj,
1756 lazy = rb_block_call(rb_cLazy, id_ne
[all...]

Completed in 74 milliseconds