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

sorbet: Update RBI files.
This commit is contained in:
Ruoyu Zhong 2025-07-13 14:51:13 +00:00 committed by GitHub
commit 23c491e5bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,4 @@
# Please instead update this file by running `bin/tapioca dsl RuboCop::Cop::FormulaAudit::Text`. # Please instead update this file by running `bin/tapioca dsl RuboCop::Cop::FormulaAudit::Text`.
class RuboCop::Cop::FormulaAudit::Text class RuboCop::Cop::FormulaAudit::Text; end
sig do
params(
node: RuboCop::AST::Node,
pattern: T.any(String, Symbol),
kwargs: T.untyped,
block: T.untyped
).returns(T.untyped)
end
def prefix_path(node, *pattern, **kwargs, &block); end
end