class Bullet::Detector::NPlusOneQuery

def impossible?(object)

Experimental RBS support (using type sampling data from the type_fusion project).

def impossible?: ((User | UserHomeLocation | UserTrade) object) -> false

This signature was generated using 17 samples from 1 application.

def impossible?(object)
  impossible_objects.include? object.bullet_key
end