# File lib/runt/temporalexpression.rb, line 515 def include?(date) return same_start_month_include_day?(date) \ && same_end_month_include_day?(date) if @same_month_dates_provided is_between_months?(date) || (same_start_month_include_day?(date) || same_end_month_include_day?(date)) end