# File lib/ri_cal/property_value/date_time.rb, line 194 def in_same_month_as?(other) [other.year, other.month] == [year, month] end