Method: Puppet::Settings::ConfigFile::Conf#with_section
- Defined in:
- lib/puppet/settings/config_file.rb
#with_section(section) ⇒ 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.
51 52 53 54 |
# File 'lib/puppet/settings/config_file.rb', line 51 def with_section(section) sections[section.name] = section self end |