class Fugit::Cron::TimeCursor

def inc(i)

def inc(i)
  @t = @t + i
  self
end