sorbet: Update RBI files.

Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
This commit is contained in:
BrewTestBot 2023-07-05 00:31:35 +00:00
parent 7ba3b5a6f9
commit 0ad66f2c46
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -77,6 +77,9 @@ class Formula
sig { params(args: T.untyped, options: T.untyped, block: T.untyped).returns(T.untyped) }
def deps(*args, **options, &block); end
sig { params(args: T.untyped, options: T.untyped, block: T.untyped).returns(T.untyped) }
def declared_deps(*args, **options, &block); end
sig { params(args: T.untyped, options: T.untyped, block: T.untyped).returns(T.untyped) }
def uses_from_macos_elements(*args, **options, &block); end