method

ruby2_keywords_hash?

rails latest stable - Class: ActiveJob::Arguments::Hash

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

ruby2_keywords_hash?(hash)
public

No documentation available.

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