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

Implement Recurrence convenience methods #20

Closed rossta closed 7 years ago

rossta commented 8 years ago

Examples:

r = Montrose.daily(interval: 10)
r.include?(3.days.from_now)
r.events_between(date_range)