class Chronic::RepeaterMonth
def month_days(year, month)
def month_days(year, month) Date.leap?(year) ? MONTH_DAYS_LEAP[month - 1] : MONTH_DAYS[month - 1] end
def month_days(year, month) Date.leap?(year) ? MONTH_DAYS_LEAP[month - 1] : MONTH_DAYS[month - 1] end