# File lib/twitter/model.rb, line 233 def <=>(other) self.type === other.type && self.as_of <=> other.as_of end