module Kernel

Public Instance Methods

run_this(expected_job_id = nil) click to toggle source
# File lib/run_this_async.rb, line 8
def run_this(expected_job_id = nil)
  RunThisAsync::AsyncPlan.new(self, expected_job_id)
end