Update RBI files for rubocop-performance.

This commit is contained in:
BrewTestBot 2022-07-18 18:12:29 +00:00
parent f72d8b0968
commit 114f909ff9
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -6,6 +6,7 @@
module RuboCop; end module RuboCop; end
module RuboCop::Cop; end module RuboCop::Cop; end
RuboCop::Cop::IgnoredPattern = RuboCop::Cop::AllowedPattern
module RuboCop::Cop::Performance; end module RuboCop::Cop::Performance; end
class RuboCop::Cop::Performance::AncestorsInclude < ::RuboCop::Cop::Base class RuboCop::Cop::Performance::AncestorsInclude < ::RuboCop::Cop::Base