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