Method: Puppet::Util::IniConfig::FileCollection#store

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

#storeObject



277
278
279
# File 'lib/puppet/util/inifile.rb', line 277

def store
  @files.values.each(&:store)
end