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

sorbet: Update RBI files.
This commit is contained in:
Patrick Linnane 2025-07-05 05:49:20 +00:00 committed by GitHub
commit 114d66082d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class Cask::URL
sig { returns(T.untyped) }
def revision; end
sig { returns(T.nilable(T::Array[::String])) }
sig { returns(T.nilable(T::Hash[T.any(::String, ::Symbol), ::String])) }
def revisions; end
sig { returns(T.untyped) }

View File

@ -14,6 +14,9 @@ class Homebrew::Cmd::Bundle::Args < Homebrew::CLI::Args
sig { returns(T::Boolean) }
def all?; end
sig { returns(T::Boolean) }
def brews?; end
sig { returns(T::Boolean) }
def cask?; end