# File lib/mail/message.rb, line 270 def <=>(other) if other.nil? 1 else self.date <=> other.date end end