Method: Redom::Worker#initialize
- Defined in:
- lib/redom/worker.rb
#initialize ⇒ Worker
Returns a new instance of Worker.
5 6 7 |
# File 'lib/redom/worker.rb', line 5 def initialize @queue = Queue.new end |
Returns a new instance of Worker.
5 6 7 |
# File 'lib/redom/worker.rb', line 5 def initialize @queue = Queue.new end |