class IniParse::Generator

def line_options(given_opts) # :nodoc:

:nodoc:

rather than the global defaults.
If the context is a section, we use the section options as a base,

Returns options for a line.
def line_options(given_opts) # :nodoc:
  @opt_stack.last.empty? ? given_opts : @opt_stack.last.merge(given_opts)
end