Update RBI files for sorbet.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2025-04-04 15:17:28 +00:00
parent 1435ce56a9
commit 2911ea1117
No known key found for this signature in database

View File

@ -141,6 +141,9 @@ class Cask::Cask
sig { params(args: T.untyped, block: T.untyped).returns(T::Boolean) } sig { params(args: T.untyped, block: T.untyped).returns(T::Boolean) }
def on_system_blocks_exist?(*args, &block); end def on_system_blocks_exist?(*args, &block); end
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def os(*args, &block); end
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) } sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def pkg(*args, &block); end def pkg(*args, &block); end