Method: Puppet::Settings::ConfigFile::Conf#initialize
- Defined in:
- lib/puppet/settings/config_file.rb
#initialize ⇒ Conf
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.
Returns a new instance of Conf.
47 48 49 |
# File 'lib/puppet/settings/config_file.rb', line 47 def initialize super({}) end |