Update RBI files for rubocop-performance.

This commit is contained in:
BrewTestBot 2021-08-18 18:11:33 +00:00
parent 2053145a16
commit 9757b7bf89
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -464,6 +464,7 @@ class RuboCop::Cop::Performance::RedundantEqualityComparisonBlock < ::RuboCop::C
def offense_range(node); end
def one_block_argument?(block_arguments); end
def same_block_argument_and_is_a_argument?(block_body, block_argument); end
def use_block_argument_in_method_argument_of_operand?(block_argument, operand); end
def use_equality_comparison_block?(block_body); end
end