class Rufus::Scheduler::SimpleJob
The base class of at/in/every jobs.
def determine_at
def determine_at @at = Rufus.at_to_f(@t) end
def next_time
Returns the next time (or the unique time) this job is meant to trigger
def next_time Time.at(@at) end