class Rufus::Scheduler::Job

def past?


Used for OneTimeJob when discard_past == true
Returns true if the job is scheduled in the past.
def past?
  false # by default
end