class Fugit::Cron

def next(from=::EtOrbi::EoTime.now)


succession
Returns an ::Enumerable instance that yields each "next time" in
def next(from=::EtOrbi::EoTime.now)
  CronIterator.new(self, :next_time, from)
end