From c25244a0f2ac8072d9937d84ea76ac9542b49358 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 11 May 2025 00:31:11 +0000 Subject: [PATCH] sorbet: Update RBI files. Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow. --- .../Homebrew/sorbet/rbi/dsl/rubo_cop/cask/ast/stanza.rbi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Library/Homebrew/sorbet/rbi/dsl/rubo_cop/cask/ast/stanza.rbi b/Library/Homebrew/sorbet/rbi/dsl/rubo_cop/cask/ast/stanza.rbi index 80511ce997..a8c6e4f8af 100644 --- a/Library/Homebrew/sorbet/rbi/dsl/rubo_cop/cask/ast/stanza.rbi +++ b/Library/Homebrew/sorbet/rbi/dsl/rubo_cop/cask/ast/stanza.rbi @@ -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