Method: Puppet::Util::IniConfig::Section#add_line

Defined in:
lib/puppet/util/inifile.rb

#add_line(line) ⇒ Object

Add a line of text (e.g., a comment) Such lines will be written back out in exactly the same place they were read in



56
57
58
# File 'lib/puppet/util/inifile.rb', line 56

def add_line(line)
  @entries << line
end