Module: Kernel
- Defined in:
- lib/run_this_async.rb
Instance Method Summary collapse
Instance Method Details
#run_this(expected_job_id = nil) ⇒ Object
9 10 11 |
# File 'lib/run_this_async.rb', line 9 def run_this(expected_job_id = nil) RunThisAsync::AsyncPlan.new(self, expected_job_id) end |