Module: Kernel

Defined in:
lib/run_this_async.rb

Instance Method Summary collapse

Instance Method Details

#run_this(expected_job_id = nil) ⇒ Object



5
6
7
# File 'lib/run_this_async.rb', line 5

def run_this(expected_job_id = nil)
  RunThisAsync::AsyncPlan.new(self, expected_job_id)
end