# File lib/runt/temporalexpression.rb, line 424
  def print(date)
    puts "DIMonth: #{date}"
    puts "include? == #{include?(date)}"
  end