Update RBI files for sorbet.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2024-07-26 15:25:32 +00:00
parent c1b2ef4df6
commit ed9cf4eec1
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -31,14 +31,4 @@ class RuboCop::Cop::FormulaAudit::Miscellaneous
sig { params(node: RuboCop::AST::Node, kwargs: T.untyped, block: T.untyped).returns(T.untyped) } sig { params(node: RuboCop::AST::Node, kwargs: T.untyped, block: T.untyped).returns(T.untyped) }
def hash_dep(node, **kwargs, &block); end def hash_dep(node, **kwargs, &block); end
sig do
params(
node: RuboCop::AST::Node,
pattern: T.any(String, Symbol),
kwargs: T.untyped,
block: T.untyped
).returns(T::Boolean)
end
def languageNodeModule?(node, *pattern, **kwargs, &block); end
end end