class Dependabot::Uv::FileUpdater::CompileFileUpdater

def compilation_error?(error)

def compilation_error?(error)
  error.message.include?(NATIVE_COMPILATION_ERROR)
end