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 2024-02-21 00:19:02 +00:00
parent fb192ed46d
commit 2adc91643a
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -1,5 +1,4 @@
# typed: strict # typed: strict
class PATH class PATH
sig { params(args: T.untyped, options: T.untyped, block: T.untyped).returns(T.untyped) } sig { params(args: T.untyped, options: T.untyped, block: T.untyped).returns(T.untyped) }
def each(*args, **options, &block); end def each(*args, **options, &block); end