Method: Puppet::Settings::IniFile::SettingLine#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.



191
192
193
# File 'lib/puppet/settings/ini_file.rb', line 191

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