Class: Mule::Worker

Inherits:
Object
  • Object
show all
Includes:
Log
Defined in:
lib/mule/worker.rb

Instance Method Summary collapse

Methods included from Log

#log

Instance Method Details

#run(content) ⇒ Object



5
6
7
8
# File 'lib/mule/worker.rb', line 5

def run(content)
  log "job starting"
  instance_eval(content)
end