Update RBI files for rubocop-rails.

This commit is contained in:
BrewTestBot 2021-10-07 11:13:11 +00:00
parent e41f025ec0
commit 61bce2e71a
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 3 additions and 5 deletions

View File

@ -387,6 +387,7 @@ class RuboCop::Cop::Rails::ContentTag < ::RuboCop::Cop::Base
def autocorrect(corrector, node, preferred_method); end
def corrected_ancestor?(node); end
def correction_range(node); end
def register_offense(node, message, preferred_method); end
end
RuboCop::Cop::Rails::ContentTag::MSG = T.let(T.unsafe(nil), String)
@ -690,6 +691,8 @@ class RuboCop::Cop::Rails::FindEach < ::RuboCop::Cop::Base
private
def active_model_error?(node); end
def active_model_error_where?(node); end
def ignored?(node); end
end

View File

@ -7425,11 +7425,6 @@ module Readline
def self.completion_quote_character(); end
end
module ReleaseNotes
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class Requirement
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks