Class: ThreadJob::Job

Inherits:
Object
  • Object
show all
Defined in:
lib/thread_job/job.rb

Instance Method Summary collapse

Instance Method Details

#runObject



3
4
5
# File 'lib/thread_job/job.rb', line 3

def run
  raise Exception.new 'not implemented'
end