class Chronic::RepeaterSeason
def construct_season(start, finish)
def construct_season(start, finish) Span.new( Time.construct(start.year, start.month, start.day), Time.construct(finish.year, finish.month, finish.day) ) end
def construct_season(start, finish) Span.new( Time.construct(start.year, start.month, start.day), Time.construct(finish.year, finish.month, finish.day) ) end