# File lib/ice_cube/schedule.rb, line 165
    def each_occurrence(&block)
      enumerate_occurrences(start_time, &block).to_a
      self
    end