Method: Buster::Worker#initialize
- Defined in:
- lib/buster/worker.rb
#initialize(context) ⇒ Worker
Returns a new instance of Worker.
3 4 5 |
# File 'lib/buster/worker.rb', line 3 def initialize(context) @context = context end |
Returns a new instance of Worker.
3 4 5 |
# File 'lib/buster/worker.rb', line 3 def initialize(context) @context = context end |