sorbet: Update RBI files.

Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
This commit is contained in:
BrewTestBot 2023-07-18 00:44:45 +00:00
parent 7ee069ef47
commit 7fc3ff6984
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -3,6 +3,15 @@
# typed: autogenerated
class AbstractCoreTap
def initialize(*args, &blk); end
end
class AbstractCoreTap
extend ::T::Private::Abstract::Hooks
extend ::T::InterfaceWrapper::Helpers
end
class AbstractDownloadStrategy
include ::FileUtils::StreamUtils_
end