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

sorbet: Update RBI files.
This commit is contained in:
Bo Anderson 2025-06-10 02:34:41 +00:00 committed by GitHub
commit 3c9a7332d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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