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-06-10 00:29:54 +00:00
parent 7b4ef99fed
commit c086bdcbba
No known key found for this signature in database
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::McpServerCmd`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::McpServerCmd`.
class Homebrew::Cmd::McpServerCmd
sig { returns(Homebrew::Cmd::McpServerCmd::Args) }
def args; end
end
class Homebrew::Cmd::McpServerCmd::Args < Homebrew::CLI::Args
sig { returns(T::Boolean) }
def ping?; end
end

View File

@ -129,6 +129,9 @@ class RuboCop::Cask::AST::Stanza
sig { params(args: T.untyped, block: T.untyped).returns(T::Boolean) }
def on_system_block?(*args, &block); end
sig { returns(T::Boolean) }
def on_tahoe?; end
sig { returns(T::Boolean) }
def on_ventura?; end