Method: Runt::Schedule#events
- Defined in:
- lib/runt/schedule.rb
#events(date) ⇒ Object
Returns all Events whose Temporal Expression includes the given date/expression
44 45 46 |
# File 'lib/runt/schedule.rb', line 44 def events(date) self.select{|ev,xpr| xpr.include?(date);} end |