class NextWeekdayMatcher < Matcher
    REGEX = /\bnext (#{DAY_MATCHER})\b/i

    def to_date
      NextWeekday.new(date_index, today).to_date