Class | Runt::Schedule |
In: |
lib/runt/schedule.rb
|
Parent: | Object |
For the given date range, returns an Array of PDate objects at which the supplied event is scheduled to occur.
Selects events using the user supplied block/Proc. The Proc must accept two parameters: an Event and a TemporalExpression. It will be called with each existing Event-expression pair at which point it can choose to include the Event in the final result by returning true or to filter it by returning false.
Call the supplied block/Proc with the currently configured TemporalExpression associated with the supplied Event.