class Orc::StripeIterator
- Orc::StripeIterator
- Reference
- Object
Included Modules
- Iterator(Orc::Stripe)
Defined in:
orc/stripe_iterator.crConstructors
Instance Method Summary
- #file(*args, **options)
- #file(*args, **options, &)
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator(Orc::Stripe)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.