class Chronic::RepeaterTime

def this(context = :future)

def this(context = :future)
  super
  context = :future if context == :none
  self.next(context)
end