# File lib/runt/temporalexpression.rb, line 713 def initialize(base_date,n) @base_date = DPrecision.to_p(base_date,DPrecision::DAY) @interval = n end