class SidekiqUniqueJobs::OnConflict::Strategy
def replace?
-
(false)
- when the strategy is not a {Replace} -
(true)
- when the strategy is a {Replace}
def replace? is_a?(Replace) end
(false)
- when the strategy is not a {Replace}
(true)
- when the strategy is a {Replace}
def replace? is_a?(Replace) end