Method: Puppet.settings

Defined in:
lib/puppet.rb

.settingsObject

Note: It’s important that these accessors (‘self.settings`, `self.[]`) are defined before we try to load any “features” (which happens a few lines below), because the implementation of the features loading may examine the values of settings.



62
63
64
# File 'lib/puppet.rb', line 62

def self.settings
  @@settings
end