class Bullet::Detector::CounterCache
def add_impossible_object(object)
def add_impossible_object(object) return unless Bullet.start? return unless Bullet.counter_cache_enable? return unless object.id Bullet.debug("Detector::CounterCache#add_impossible_object", "object: #{object.bullet_ar_key}") impossible_objects.add object.bullet_ar_key end