Update RBI files for rubocop-performance.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2023-04-10 19:12:19 +00:00
parent 47ec180089
commit 82dc6aaeae
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 15 additions and 0 deletions

View File

@ -478,6 +478,7 @@ class RuboCop::Cop::Performance::RedundantEqualityComparisonBlock < ::RuboCop::C
private private
def allow_regexp_match?; end
def new_argument(block_argument, block_body); end def new_argument(block_argument, block_body); end
def offense_range(node); end def offense_range(node); end
def one_block_argument?(block_arguments); end def one_block_argument?(block_arguments); end
@ -489,6 +490,7 @@ end
RuboCop::Cop::Performance::RedundantEqualityComparisonBlock::COMPARISON_METHODS = T.let(T.unsafe(nil), Array) RuboCop::Cop::Performance::RedundantEqualityComparisonBlock::COMPARISON_METHODS = T.let(T.unsafe(nil), Array)
RuboCop::Cop::Performance::RedundantEqualityComparisonBlock::IS_A_METHODS = T.let(T.unsafe(nil), Array) RuboCop::Cop::Performance::RedundantEqualityComparisonBlock::IS_A_METHODS = T.let(T.unsafe(nil), Array)
RuboCop::Cop::Performance::RedundantEqualityComparisonBlock::MSG = T.let(T.unsafe(nil), String) RuboCop::Cop::Performance::RedundantEqualityComparisonBlock::MSG = T.let(T.unsafe(nil), String)
RuboCop::Cop::Performance::RedundantEqualityComparisonBlock::REGEXP_METHODS = T.let(T.unsafe(nil), Array)
RuboCop::Cop::Performance::RedundantEqualityComparisonBlock::TARGET_METHODS = T.let(T.unsafe(nil), Array) RuboCop::Cop::Performance::RedundantEqualityComparisonBlock::TARGET_METHODS = T.let(T.unsafe(nil), Array)
class RuboCop::Cop::Performance::RedundantMatch < ::RuboCop::Cop::Base class RuboCop::Cop::Performance::RedundantMatch < ::RuboCop::Cop::Base
@ -755,6 +757,7 @@ class RuboCop::Cop::Performance::StringIdentifierArgument < ::RuboCop::Cop::Base
def on_send(node); end def on_send(node); end
end end
RuboCop::Cop::Performance::StringIdentifierArgument::COMMAND_METHODS = T.let(T.unsafe(nil), Array)
RuboCop::Cop::Performance::StringIdentifierArgument::MSG = T.let(T.unsafe(nil), String) RuboCop::Cop::Performance::StringIdentifierArgument::MSG = T.let(T.unsafe(nil), String)
RuboCop::Cop::Performance::StringIdentifierArgument::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array) RuboCop::Cop::Performance::StringIdentifierArgument::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array)

View File

@ -4243,6 +4243,10 @@ module Gem
def self.remove_unresolved_default_spec(spec); end def self.remove_unresolved_default_spec(spec); end
end end
class GitHubRunner
def self.inherited(s); end
end
class HTTP::Cookie class HTTP::Cookie
def self.parse(set_cookie, origin, options=T.unsafe(nil), &block); end def self.parse(set_cookie, origin, options=T.unsafe(nil), &block); end
end end
@ -4691,6 +4695,10 @@ class KeyError
include ::DidYouMean::Correctable include ::DidYouMean::Correctable
end end
class LinuxRunnerSpec
def self.inherited(s); end
end
class Logger class Logger
SEV_LABEL = ::T.let(nil, ::T.untyped) SEV_LABEL = ::T.let(nil, ::T.untyped)
end end
@ -4707,6 +4715,10 @@ module Logger::Period
SiD = ::T.let(nil, ::T.untyped) SiD = ::T.let(nil, ::T.untyped)
end end
class MacOSRunnerSpec
def self.inherited(s); end
end
module MachOShim module MachOShim
def dylib_id(*args, &block); end def dylib_id(*args, &block); end