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

sorbet: Update RBI files.
This commit is contained in:
Ruoyu Zhong 2025-08-05 01:03:41 +00:00 committed by GitHub
commit a7ea27a9c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,10 @@ class SoftwareSpec
def clear_cache(*args, &block); end
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def download_name(*args, &block); end
def download_queue_name(*args, &block); end
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def download_queue_type(*args, &block); end
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def downloader(*args, &block); end