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-12-18 00:27:17 +00:00
parent 4793677123
commit 1359ebc025
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 10 additions and 0 deletions

View File

@ -8993,10 +8993,14 @@ class RuboCop::Cask::AST::Stanza
def depends_on?(); end
def deprecate?(); end
def desc?(); end
def dictionary?(); end
def disable?(); end
def font?(); end
def homepage?(); end

View File

@ -362,6 +362,12 @@ module Cask
sig { returns(T::Boolean) }
def on_system_blocks_exist?; end
sig { returns(T::Boolean) }
def disabled?; end
sig { returns(T::Boolean) }
def livecheckable?; end
end
end