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

sorbet: Update RBI files.
This commit is contained in:
Bo Anderson 2023-02-17 03:34:21 +00:00 committed by GitHub
commit a85021d997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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