Sha256: e0d1ea499da33e27f1ab1843eeeebcb9878277a1a03c2b5e16e0225c0af3e2b5
Contents?: true
Size: 335 Bytes
Versions: 12
Compression:
Stored size: 335 Bytes
Contents
# frozen_string_literal: true module AhlScraper class SeasonDatesHelper DATE_EXCEPTIONS = { 68 => { start_date: "Mon, Feb 1", end_date: "Sat, Jun 8" }, }.freeze SEASON_MONTH_KEY = { regular: { start_month: "10", end_month: "4" }, playoffs: { start_month: "4", end_month: "6" }, }.freeze end end
Version data entries
12 entries across 12 versions & 1 rubygems