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