# File lib/runt/temporalexpression.rb, line 739
  def include?(date)
    return date.year == @year
  end