Method: Workpile::Service#initialize
- Defined in:
- lib/workpile.rb
#initialize ⇒ Service
Returns a new instance of Service.
4 5 6 7 8 |
# File 'lib/workpile.rb', line 4 def initialize @queue = Queue.new @pids = [] @boot_pids = [] end |