class Rufus::Scheduler::Job

def post_trigger(time)

def post_trigger(time)
  set_next_time(true, time)
  callback(:post, time)
end