# File lib/relevance/tarantula/attack.rb, line 13
      def ==(other)
        Relevance::Tarantula::Attack === other && HASHABLE_ATTRS.all? { |attr| send(attr) == other.send(attr)}
      end