struct Gdbmish::Read::AsciiLineIterator(I)

Overview

Iterates over lines, skiping comments, joining wrapped lines. Lines are alternating key or value in encodded form.

Included Modules

Defined in:

gdbmish/read.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(io : I) #

[View source]

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.


[View source]