class Bullet::Detector::CounterCache

def conditions_met?(object, _associations)

def conditions_met?(object, _associations)
  possible_objects.include?(object.bullet_key) && !impossible_objects.include?(object.bullet_key)
end