# File lib/twitter/null_object.rb, line 33
    def <=>(other)
      if other.is_a?(self.class)
        0
      else
        -1
      end
    end