class IniParse::Document

def each(*args, &blk)


include_blank:: Include blank/comment lines?
==== Parameters

lines to be yielded, pass true.
Does not yield blank and comment lines by default; if you want _all_

Enumerates through each Section in this document.
def each(*args, &blk)
  @lines.each(*args, &blk)
end