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