Sam Ford e2220ecc42
cask/audit: Rework tmpdir removal
I previously introduced a finalizer method in `Cask::Audit` to remove
the created `@tmpdir` once it's no longer needed but the existing
approach produces a `finalizer references object to be finalized`
warning when `brew audit` is run. I didn't see this warning when I
was originally testing it but now it reliably appears.

This reworks the finalizer to define it within the
`#extract_artifacts` method and use `@tmpdir` as the target object.
2024-05-27 13:09:46 -04:00
..
2024-05-23 17:15:43 +01:00
2024-05-23 17:15:43 +01:00
2023-05-03 11:29:01 -05:00
2024-05-17 14:25:54 +09:00
2024-05-27 13:09:46 -04:00
2024-04-22 21:16:49 +02:00
2024-01-12 10:56:49 -08:00
2024-03-07 16:20:20 +00:00