Method: Puppet::Settings::IniFile::SectionLine#write

Defined in:
lib/puppet/settings/ini_file.rb

#write(fh) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



207
208
209
# File 'lib/puppet/settings/ini_file.rb', line 207

def write(fh)
  fh.puts(to_s)
end