Module Runt::TExpr
In: lib/runt/temporalexpression.rb

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]

Methods

&   -   and   dates   include?   minus   or   to_s   |  

Public Instance methods

Contributed by Emmett Shear: Returns an Array of Date-like objects which occur within the supplied DateRange. Will stop calculating dates once a number of dates equal to the optional attribute limit are found. (A limit of zero will collect all matching dates in the date range.)

Returns true or false depending on whether this TExpr includes the supplied date expression.

[Validate]