method

ruby2_keywords_hash?

ruby2_keywords_hash?(hash)
public

No documentation available.

# File activejob/lib/active_job/arguments.rb, line 77
                def ruby2_keywords_hash?(hash)
                  !new(*[hash]).default.equal?(hash)
                end