# File lib/twitter/suggestion.rb, line 10 def ==(other) super || (other.class == self.class && other.slug == self.slug) end