class IniParse::Generator

def self.gen(opts = {}, &blk)


IniParse::Document
==== Returns

Creates a new IniParse::Document with the given sections and options.
def self.gen(opts = {}, &blk)
  new(opts).gen(&blk)
end