class Chronic::RepeaterDayPortion

def this(context = :future)

def this(context = :future)
  super
  range_start = Chronic.construct(@now.year, @now.month, @now.day) + @range.begin
  range_end = construct_date_from_reference_and_offset(range_start)
  @current_span = Span.new(range_start, range_end)
end