class Rufus::Scheduler::Job

def call(do_rescue=false)


Warning: error rescueing is the responsibity of the caller.

Calls the callable (usually a block) wrapped in this Job instance.
def call(do_rescue=false)
  do_call(EoTime.now, do_rescue)
end