1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Delete excess self

This commit is contained in:
Anton Davydov 2015-02-12 22:57:40 +03:00
parent 6cddc9b05a
commit 9939f2d6b8

View file

@ -240,7 +240,7 @@ module Sidekiq
end
def find_job(jid)
self.detect { |j| j.jid == jid }
detect { |j| j.jid == jid }
end
def clear