gem_rbs_collection
gem_rbs_collection copied to clipboard
activejob: Add types for ActiveJob::Logging
loggeris defined usingClass#cattr_accessorin activesupport with instance_reader/instance_writer/instance_accessor set to true.- The default for
loggeris ActiveSupport::TaggedLogging, but it is not necessarily an instance of ActiveSupport::TaggedLogging or an inheritor of ActiveSupport::TaggedLogging (e.g. lograge). Therefore, it is defined as untyped.
- The default for
log_argumentsis defined usingClass#class_attributein activesupport with instance_accessor set to false and instance_predicate set to true.
@sanfrecce-osaka Thanks for your contribution!
Please follow the instructions below for each change. See also: https://github.com/ruby/gem_rbs_collection/blob/main/docs/CONTRIBUTING.md
Available commands
You can use the following commands by commenting on this PR.
/merge: Merge this PR if CI passes
activejob
You changed RBS files for an existing gem. You need to get approval from the reviewers of this gem.
@ksss, @tk0miya, please review this pull request.
If this change is acceptable, please make a review comment including APPROVE from here.
After that, the PR author or the reviewers can merge this PR.
Just comment /merge to merge this PR.