# File lib/ice_cube/validations/day_of_week.rb, line 20
      def initialize(day, occ)
        @day = day
        @occ = occ
      end