sorbet: Update RBI files.

Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sorbet.yml) workflow.
This commit is contained in:
BrewTestBot 2025-07-12 00:30:50 +00:00
parent b631179579
commit cc930ca089
No known key found for this signature in database

View File

@ -5,14 +5,4 @@
# Please instead update this file by running `bin/tapioca dsl RuboCop::Cop::FormulaAudit::Text`.
class RuboCop::Cop::FormulaAudit::Text
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
class RuboCop::Cop::FormulaAudit::Text; end