module IniParse
Constants
- VERSION
Public Instance Methods
gen(&blk)
click to toggle source
Creates a new IniParse::Document
using the specification you provide.
See IniParse::Generator
.
Returns¶ ↑
# File lib/iniparse.rb, line 63 def gen(&blk) IniParse::Generator.new.gen(&blk) end
open(path)
click to toggle source