# File lib/runt/temporalexpression.rb, line 281
  def week_from_end_matches?(index,date)
    n = days_left_in_month(date) + 1
    week_in_month(n)==index.abs
  end