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

Methods

include?   overlap?  

Public Instance methods

Will return true if the supplied object is included in the range used to create this instance

Will return true if the supplied object overlaps with the range used to create this instance

[Validate]