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

sorbet: Update RBI files.
This commit is contained in:
Douglas Eichelberger 2024-02-20 17:00:22 -08:00 committed by GitHub
commit 13d7f802fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@ AllCops:
- "Homebrew/**/*.rbi"
Exclude:
- "Homebrew/sorbet/rbi/{dsl,gems}/**/*.rbi"
- "Homebrew/sorbet/rbi/parlour.rbi"
- "Homebrew/bin/*"
- "Homebrew/vendor/**/*"
- "Taps/*/*/vendor/**/*"

View File

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