We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c6e4a commit c429483Copy full SHA for c429483
lib/resque/consumer.rb
@@ -1,6 +1,6 @@
1
module Resque
2
class Consumer
3
- POISON = Object.new # :nodoc:
+ POISON = :poison # :nodoc:
4
5
class Latch # :nodoc:
6
def initialize(count = 1)
0 commit comments