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:
parent
7b4ef99fed
commit
c086bdcbba
@ -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