class Bullet::Detector::NPlusOneQuery

def possible?(object)

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

def possible?: ((User | UserTrade) object) -> true

This signature was generated using 4 samples from 1 application.

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