# File lib/mixlib/config.rb, line 24
    def self.extended(base)
      class << base; attr_accessor :configuration; end
      base.configuration = Hash.new
    end