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
# File lib/runt/temporalexpression.rb, line 250 def ==(o) o.is_a?(TemporalRange) ? date_expr == o.date_expr : super(o) end
Generated with the Darkfish Rdoc Generator 2.