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-17 00:29:59 +00:00
parent e35803596c
commit d0fac05a27
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -6872,6 +6872,11 @@ class RuboCop::Cask::AST::Stanza
def zap?(); end def zap?(); end
end end
module RuboCop::Cop::Cask::CaskHelp
extend ::T::Private::Abstract::Hooks
extend ::T::InterfaceWrapper::Helpers
end
class RuboCop::Cop::Cask::Variables class RuboCop::Cop::Cask::Variables
def variable_assignment(param0); end def variable_assignment(param0); end
end end