class Rufus::AtJob

def trigger


Triggers the job (calls the block)
def trigger
  @block.call @job_id, @at
end