Update RBI files for rubocop-rails.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
This commit is contained in:
BrewTestBot 2022-09-19 18:17:43 +00:00
parent 4d12152177
commit b150c91240
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -1728,8 +1728,10 @@ RuboCop::Cop::Rails::RootJoinChain::MSG = T.let(T.unsafe(nil), String)
RuboCop::Cop::Rails::RootJoinChain::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Set)
class RuboCop::Cop::Rails::RootPathnameMethods < ::RuboCop::Cop::Base
include ::RuboCop::Cop::RangeHelp
extend ::RuboCop::Cop::AutoCorrector
def dir_glob?(param0 = T.unsafe(nil)); end
def on_send(node); end
def pathname_method(param0 = T.unsafe(nil)); end
def rails_root?(param0 = T.unsafe(nil)); end
@ -1737,7 +1739,10 @@ class RuboCop::Cop::Rails::RootPathnameMethods < ::RuboCop::Cop::Base
private
def build_path_glob(path, method); end
def evidence(node); end
def include_interpolation?(arguments); end
def join_arguments(arguments); end
end
RuboCop::Cop::Rails::RootPathnameMethods::DIR_METHODS = T.let(T.unsafe(nil), Set)