class method
self.ruby2_keywords_hash?
Ruby on Rails 6.1.7.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 77
def ruby2_keywords_hash?(hash)
!new(*[hash]).default.equal?(hash)
end
Defined in activejob/lib/active_job/arguments.rb line 77
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::Arguments::Hash