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