# File lib/mixlib/config.rb, line 100
    def has_key?(key)
      self.configuration.has_key?(key.to_sym)
    end