Methods

Class Public methods

ruby2_keywords_hash(hash)

📝 Source code
# File activejob/lib/active_job/arguments.rb, line 81
              def ruby2_keywords_hash(hash)
                _ruby2_keywords_hash(**hash)
              end
🔎 See on GitHub

ruby2_keywords_hash?(hash)

📝 Source code
# File activejob/lib/active_job/arguments.rb, line 77
              def ruby2_keywords_hash?(hash)
                !new(*[hash]).default.equal?(hash)
              end
🔎 See on GitHub