# File lib/icalendar/rrule.rb, line 28
      def initialize(day, position)
        @day, @position = day, position
        @last = false
      end