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

sorbet: Update RBI files.
This commit is contained in:
Rylan Polster 2023-12-17 20:38:03 -05:00 committed by GitHub
commit fe74f5925a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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