Runt::Collection
Composite TExpr that will be true if any of it's component expressions are true.
# File lib/runt/temporalexpression.rb, line 153 def include?(aDate) @expressions.each do |expr| return true if expr.include?(aDate) end false end
# File lib/runt/temporalexpression.rb, line 160 def to_s super {['every ',' or ']} end
[Validate]
Generated with the Darkfish Rdoc Generator 2.