# File lib/runt/temporalexpression.rb, line 722
  def to_s
    "every #{Runt.ordinalize(@interval)} day after #{Runt.format_date(@base_date)}"
  end