Using the precision from the supplied start argument and the its date value, matches every n number of time units thereafter.
# File lib/runt/temporalexpression.rb, line 774 def ==(o) o.is_a?(EveryTE) ? start == o.start && precision == o.precision && interval == o.interval : super(o) end
Generated with the Darkfish Rdoc Generator 2.