| Class | Runt::RSpec |
| In: |
lib/runt/temporalexpression.rb
|
| Parent: | Spec |
TExpr that provides a thin wrapper around built-in Ruby Range functionality facilitating inclusion of an arbitrary range in a temporal expression.
See also: Range
Will return true if the supplied object is included in the range used to create this instance
# File lib/runt/temporalexpression.rb, line 224 def include?(date_expr) return @date_expr.include?(date_expr) end