class ThreadJob::Job

Public Instance Methods

run() click to toggle source
# File lib/thread_job/job.rb, line 3
def run
  raise Exception.new 'not implemented'
end