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 2025-05-11 00:31:11 +00:00
parent b0c5f613b9
commit c25244a0f2
No known key found for this signature in database

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