# File lib/chronic/repeaters/repeater_season.rb, line 10
  def initialize(myStart, myEnd)
    @start = myStart
    @end = myEnd
  end