class SplitIoClient::SplitFactoryRegistry

def add(api_key)

def add(api_key)
  return unless api_key
  @api_keys_hash[api_key] = 0 unless @api_keys_hash[api_key]
  @api_keys_hash[api_key] += 1
end