Class: Enumerator::Producer
Instance Method Summary collapse
-
#each ⇒ Object
:nodoc:.
Instance Method Details
#each ⇒ Object
:nodoc:
2946 2947 2948 2949 2950 2951 2952 |
# File 'enumerator.c', line 2946 static VALUE producer_each(VALUE obj) { rb_need_block(); return rb_rescue2(producer_each_i, obj, producer_each_stop, (VALUE)0, rb_eStopIteration, (VALUE)0); } |