# File lib/mixlib/config.rb, line 108 def reset self.configuration = Hash.new self.config_contexts.values.each { |config_context| config_context.reset } end