class IniParse::Generator
def method_missing(name, *args, &blk) # :nodoc:
def method_missing(name, *args, &blk) # :nodoc: if m = name.to_s.match(/(.*)=$/) option(m[1], *args) else section(name.to_s, *args, &blk) end end
def method_missing(name, *args, &blk) # :nodoc: if m = name.to_s.match(/(.*)=$/) option(m[1], *args) else section(name.to_s, *args, &blk) end end