class Datadog::Core::Remote::Configuration::ContentList

def delete(path)

def delete(path)
  idx = index { |e| e.path.eql?(path) }
  return if idx.nil?
  delete_at(idx)
end