class Rufus::Scheduler::OneTimeJob
def set_next_time(trigger_time, is_post=false, now=nil)
There is no "next time" for one time jobs, hence the false.
def set_next_time(trigger_time, is_post=false, now=nil) @next_time = is_post ? nil : false end
def set_next_time(trigger_time, is_post=false, now=nil) @next_time = is_post ? nil : false end