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-02-06 18:15:29 +00:00
parent f719733e3b
commit 82de05fc82
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -508,6 +508,7 @@ RuboCop::Cop::Performance::RedundantMatch::MSG = T.let(T.unsafe(nil), String)
RuboCop::Cop::Performance::RedundantMatch::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array) RuboCop::Cop::Performance::RedundantMatch::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array)
class RuboCop::Cop::Performance::RedundantMerge < ::RuboCop::Cop::Base class RuboCop::Cop::Performance::RedundantMerge < ::RuboCop::Cop::Base
include ::RuboCop::Cop::Alignment
extend ::RuboCop::Cop::AutoCorrector extend ::RuboCop::Cop::AutoCorrector
def modifier_flow_control?(param0 = T.unsafe(nil)); end def modifier_flow_control?(param0 = T.unsafe(nil)); end
@ -519,7 +520,6 @@ class RuboCop::Cop::Performance::RedundantMerge < ::RuboCop::Cop::Base
def correct_multiple_elements(corrector, node, parent, new_source); end def correct_multiple_elements(corrector, node, parent, new_source); end
def correct_single_element(corrector, node, new_source); end def correct_single_element(corrector, node, new_source); end
def each_redundant_merge(node); end def each_redundant_merge(node); end
def indent_width; end
def kwsplat_used?(pairs); end def kwsplat_used?(pairs); end
def leading_spaces(node); end def leading_spaces(node); end
def max_key_value_pairs; end def max_key_value_pairs; end