module ActiveJob::Arguments::Hash
Public Class Methods
Source
# File lib/active_job/arguments.rb, line 81 def ruby2_keywords_hash(hash) _ruby2_keywords_hash(**hash) end
Source
# File lib/active_job/arguments.rb, line 77 def ruby2_keywords_hash?(hash) !new(*[hash]).default.equal?(hash) end
Private Class Methods
Source
# File lib/active_job/arguments.rb, line 86 def _ruby2_keywords_hash(*args) args.last end