diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/mcp_server_cmd.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/mcp_server_cmd.rbi new file mode 100644 index 0000000000..c9fc49bef8 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/mcp_server_cmd.rbi @@ -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 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 a8c6e4f8af..b07393aca9 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 @@ -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