Source: show | on GitHub
# File activejob/lib/active_job/arguments.rb, line 80 def ruby2_keywords_hash(hash) _ruby2_keywords_hash(**hash) end
# File activejob/lib/active_job/arguments.rb, line 76 def ruby2_keywords_hash?(hash) !new(*[hash]).default.equal?(hash) end