class method
self.ruby2_keywords_hash
Ruby on Rails 7.0.10
Since v6.0.6 Last seen in v7.0.10Signature
self.ruby2_keywords_hash(hash)
No documentation comment.
Parameters
-
hashreq
Source
# File activejob/lib/active_job/arguments.rb, line 81
def ruby2_keywords_hash(hash)
_ruby2_keywords_hash(**hash)
end
Defined in activejob/lib/active_job/arguments.rb line 81
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::Arguments::Hash