rossta / montrose

Recurring events library for Ruby. Enumerable recurrence objects and convenient chainable interface.
https://rossta.net/montrose/
MIT License
843 stars 53 forks source link

Clock tick could be smarter when using :at option #44

Closed rossta closed 8 years ago

rossta commented 8 years ago

The Clock#tick method can be optimized when using :at to specify specific recurrence times so that each "tick" jumps to the next logical timestamp from the current tick to the next "at" time.