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

sorbet: Update RBI files.
This commit is contained in:
Patrick Linnane 2025-05-11 01:35:51 +00:00 committed by GitHub
commit c9f58f83a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,9 @@ class RuboCop::Cask::AST::Stanza
sig { returns(T::Boolean) }
def auto_updates?; end
sig { returns(T::Boolean) }
def bash_completion?; end
sig { returns(T::Boolean) }
def binary?; end
@ -51,6 +54,9 @@ class RuboCop::Cask::AST::Stanza
sig { returns(T::Boolean) }
def dictionary?; end
sig { returns(T::Boolean) }
def fish_completion?; end
sig { returns(T::Boolean) }
def font?; end
@ -191,4 +197,7 @@ class RuboCop::Cask::AST::Stanza
sig { returns(T::Boolean) }
def zap?; end
sig { returns(T::Boolean) }
def zsh_completion?; end
end