Method: Nasty::BackgroundJob#initialize
- Defined in:
- lib/nasty/background_job.rb
#initialize(process) ⇒ BackgroundJob
Returns a new instance of BackgroundJob.
3 4 5 |
# File 'lib/nasty/background_job.rb', line 3 def initialize(process) @process = process end |