# File lib/ri_cal/occurrence_period.rb, line 13 def <=>(other) [dtstart, dtend] <=> [other.dtstart, other.dtend] end