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