class Fugit::Cron::TimeCursor

def inc_hour

def inc_hour
  inc((60 - @t.min) * 60 - @t.sec)
end