class Rufus::AtJob
def do_trigger
Triggers the job (calls the block)
def do_trigger @block.call @job_id, @at @scheduler.instance_variable_get(:@non_cron_jobs).delete @job_id end
def do_trigger @block.call @job_id, @at @scheduler.instance_variable_get(:@non_cron_jobs).delete @job_id end