class SidekiqUniqueJobs::Key
def ==(other)
-
(true, false)
-
Parameters:
-
other
(Key
) -- the key to compare with
def ==(other) digest == other.digest end
(true, false)
-
other
(Key
)
-- the key to compare with
def ==(other) digest == other.digest end