# File lib/relevance/tarantula/basic_attack.rb, line 15
      def ==(other)
        Relevance::Tarantula::BasicAttack === other && ATTRS.all? { |attr| send(attr) == other.send(attr)}
      end