Update RBI files for rubocop-rails.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2023-12-25 18:35:21 +00:00
parent 8959d4b0a8
commit ff9fb560a8
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -1612,7 +1612,7 @@ RuboCop::Cop::Rails::CompactBlank::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array
# #
# NOTE: Allow `tag` when the first argument is a variable because # NOTE: Allow `tag` when the first argument is a variable because
# `tag(name)` is simpler rather than `tag.public_send(name)`. # `tag(name)` is simpler rather than `tag.public_send(name)`.
# And this cop will be renamed to something like `LegacyTag` in the future. (e.g. RuboCop Rails 2.0) # And this cop will be renamed to something like `LegacyTag` in the future. (e.g. RuboCop Rails 3.0)
# #
# @example # @example
# # bad # # bad