Class: Puppet::Provider::Yumrepo::IniConfig::FileCollection
- Inherits:
-
Util::IniConfig::FileCollection
- Object
- Util::IniConfig::FileCollection
- Puppet::Provider::Yumrepo::IniConfig::FileCollection
- Defined in:
- lib/puppet/provider/yumrepo/inifile.rb
Overview
Creates a collection of new files on disk.
Instance Method Summary collapse
Instance Method Details
#store ⇒ Object
38 39 40 41 42 |
# File 'lib/puppet/provider/yumrepo/inifile.rb', line 38 def store @files.delete_if do |_, file| file.store end end |