class Zip::ArchiveIterator
- Zip::ArchiveIterator
- Reference
- Object
Overview
Lazy iterator for Archive instances. Created by Archive#each.
Included Modules
- Iterator(String)
Defined in:
zip/archive/iterator.crInstance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCEif there are no more elements. - #rewind
Instance Method Detail
def next
#
Description copied from module Iterator(String)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there
are no more elements.