Method: Puppet::Settings::ConfigFile::Section#initialize

Defined in:
lib/puppet/settings/config_file.rb

#initialize(name) ⇒ Section

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 Section.



58
59
60
# File 'lib/puppet/settings/config_file.rb', line 58

def initialize(name)
  super(name, [])
end