class IniParse::Generator
def with_options(opts = {}) # :nodoc:
Wraps lines, setting default options for each.
def with_options(opts = {}) # :nodoc: opts = opts.dup opts.delete(:comment) @opt_stack.push( @opt_stack.last.merge(opts)) yield self @opt_stack.pop end