class ActiveRecord::PredicateBuilder

def handler_for(object)

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

def handler_for: (String object) -> ActiveRecord::PredicateBuilder::BasicObjectHandler

This signature was generated using 69 samples from 2 applications.

def handler_for(object)
  @handlers.detect { |klass, _| klass === object }.last
end