# File lib/crono/job.rb, line 23
    def next
      return next_performed_at if next_performed_at.future?
      Time.now
    end