class Rufus::Scheduler::EvInJob


A parent class of EveryJob and IntervalJob

def first_at=(first)

def first_at=(first)
  @next_time = super
end