Class | Runt::TExpr |
In: |
lib/runt/temporalexpression.rb
|
Parent: | Object |
FKA: TemporalExpression
Base class for all TExpr classes that has proved itself usefull enough to avoid O‘s Razor, but that may wind up as a module.
‘TExpr’ is short for ‘TemporalExpression’ and are inspired by the recurring event pattern described by Martin Fowler. Essentially, they provide a pattern language for specifying recurring events using set expressions.
See also [tutorial_te.rdoc]