Merge pull request #20066 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
This commit is contained in:
commit
3c9a7332d4
16
Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/mcp_server_cmd.rbi
generated
Normal file
16
Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/mcp_server_cmd.rbi
generated
Normal 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
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user