Merge pull request #15691 from Homebrew/sorbet-files-update

This commit is contained in:
Carlo Cabrera 2023-07-18 10:18:39 +08:00 committed by GitHub
commit 8bfe579e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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