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

sorbet: Update RBI files.
This commit is contained in:
Patrick Linnane 2025-03-06 02:55:27 +00:00 committed by GitHub
commit 1f5448fc65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View File

@ -30,6 +30,9 @@ class Cask::Cask
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def auto_updates(*args, &block); end
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def bash_completion(*args, &block); end
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def binary(*args, &block); end
@ -90,6 +93,9 @@ class Cask::Cask
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
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def font(*args, &block); end
@ -191,4 +197,7 @@ class Cask::Cask
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def zap(*args, &block); end
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def zsh_completion(*args, &block); end
end