class IniParse::Generator
def comment(comment, opts = {})
comment
==== Parameters
Adds a new comment line to the document.
def comment(comment, opts = {}) @context.lines << Lines::Comment.new( line_options(opts.merge(:comment => comment)) ) end
def comment(comment, opts = {}) @context.lines << Lines::Comment.new( line_options(opts.merge(:comment => comment)) ) end