class Bullet::Detector::NPlusOneQuery

def possible?(object)

def possible?(object)
  possible_objects.include? object.bullet_key
end