class SidekiqUniqueJobs::Locksmith

def to_s

Returns:
  • (String) -
def to_s
  "Locksmith##{object_id}(digest=#{key} job_id=#{job_id}, locked=#{locked?})"
end