Update RBI files for rubocop-performance.

This commit is contained in:
BrewTestBot 2021-05-05 10:12:58 +00:00
parent 444ff6b06c
commit c3a9acbdde
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -441,6 +441,7 @@ class RuboCop::Cop::Performance::MapCompact < ::RuboCop::Cop::Base
private private
def compact_method_range(compact_node); end def compact_method_range(compact_node); end
def invoke_method_after_map_compact_on_same_line?(compact_node, chained_method); end
end end
RuboCop::Cop::Performance::MapCompact::MSG = T.let(T.unsafe(nil), String) RuboCop::Cop::Performance::MapCompact::MSG = T.let(T.unsafe(nil), String)