sorbet: Update RBI files.

Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sorbet.yml) workflow.
This commit is contained in:
BrewTestBot 2025-08-01 00:37:45 +00:00
parent 46b8ef4b96
commit d62bb61c7f
No known key found for this signature in database
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