struct Gdbmish::Read::AsciiLineIterator(I)
- Gdbmish::Read::AsciiLineIterator(I)
- Struct
- Value
- Object
Overview
Iterates over lines, skiping comments, joining wrapped lines. Lines are alternating key or value in encodded form.
Included Modules
- Iterator(String)
Defined in:
gdbmish/read.crConstructors
Instance Method Summary
-
#next : String | Iterator::Stop
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Constructor Detail
Instance Method Detail
def next : String | Iterator::Stop
#
Description copied from module Iterator(String)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.