# File lib/twitter/status.rb, line 26
    def ==(other)
      super || (other.class == self.class && other.id == self.id)
    end