Merge pull request #16707 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
This commit is contained in:
commit
13d7f802fa
@ -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/**/*"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user