class Appsignal::Config
def merge(new_config)
def merge(new_config) new_config.each do |key, value| unless config_hash[key].nil? @logger.debug("Config key '#{key}' is being overwritten") end config_hash[key] = value end end
def merge(new_config) new_config.each do |key, value| unless config_hash[key].nil? @logger.debug("Config key '#{key}' is being overwritten") end config_hash[key] = value end end