Update RBI files for rubocop-performance.

This commit is contained in:
BrewTestBot 2022-06-08 12:48:58 +00:00
parent fa32bd21ee
commit 2a662e8683
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -599,6 +599,7 @@ RuboCop::Cop::Performance::RedundantStringChars::RESTRICT_ON_SEND = T.let(T.unsa
class RuboCop::Cop::Performance::RegexpMatch < ::RuboCop::Cop::Base
extend ::RuboCop::Cop::AutoCorrector
extend ::RuboCop::Cop::TargetRubyVersion
def last_matches(param0); end
def match_method?(param0 = T.unsafe(nil)); end