Update RBI files for rubocop-rails.

This commit is contained in:
BrewTestBot 2021-07-01 18:09:45 +00:00
parent 1f98c60b81
commit 366a901fc9
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -655,6 +655,7 @@ class RuboCop::Cop::Rails::FindBy < ::RuboCop::Cop::Base
def autocorrect(corrector, node); end
def ignore_where_first?; end
def offense_range(node); end
def where_method?(receiver); end
end