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