class SidekiqUniqueJobs::Locksmith
def ==(other)
-
(true, false)
-
Parameters:
-
other
(Locksmith
) -- the locksmith to compare with
def ==(other) key == other.key && job_id == other.job_id end
(true, false)
-
other
(Locksmith
)
-- the locksmith to compare with
def ==(other) key == other.key && job_id == other.job_id end