sorbet: Update RBI files.

Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
This commit is contained in:
BrewTestBot 2023-02-22 00:28:05 +00:00
parent 7ac31f7d65
commit 4856b9f436
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -6968,11 +6968,18 @@ class RuboCop::Cop::FormulaCop
def dependency_type_hash_match?(param0, param1); end
def initialize(*args, &blk); end
def required_dependency?(param0); end
def required_dependency_name?(param0, param1); end
end
class RuboCop::Cop::FormulaCop
extend ::T::Private::Abstract::Hooks
extend ::T::InterfaceWrapper::Helpers
end
class RuboCop::Cop::Homebrew::MoveToExtendOS
def os_check?(param0=T.unsafe(nil)); end
end