class Chronic::RepeaterTime::Tick

def to_s

def to_s
  @time.to_s + (@ambiguous ? '?' : '')
end