# File lib/runt/temporalexpression.rb, line 323
  def include?(date)
    ( day_matches?(date) ) && ( week_matches?(@week_of_month_index,date) )
  end