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

sorbet: Update RBI files.
This commit is contained in:
Ruoyu Zhong 2025-08-01 02:26:54 +00:00 committed by GitHub
commit 52de18f60f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -96,9 +96,6 @@ class Cask::Cask
sig { params(args: T.untyped, block: T.untyped).returns(T::Boolean) }
def disabled?(*args, &block); end
sig { params(args: T.untyped, block: T.untyped).returns(T::Boolean) }
def discontinued?(*args, &block); end
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def fish_completion(*args, &block); end

View File

@ -109,6 +109,9 @@ module Homebrew::EnvConfig
sig { returns(T.nilable(::String)) }
def docker_registry_token; end
sig { returns(Integer) }
def download_concurrency; end
sig { returns(T.nilable(::String)) }
def editor; end