class Fugit::Cron::CronIterator

def each

def each
  loop do
    yield(@current = @cron.send(@direction, @current))
  end
end