Method: Puppet::Settings::ChainedValues#initialize
- Defined in:
- lib/puppet/settings.rb
#initialize(mode, environment, value_sets, defaults) ⇒ ChainedValues
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 ChainedValues.
1422 1423 1424 1425 1426 1427 |
# File 'lib/puppet/settings.rb', line 1422 def initialize(mode, environment, value_sets, defaults) @mode = mode @environment = environment @value_sets = value_sets @defaults = defaults end |