class ActiveRecord::PredicateBuilder

def [](attr_name, value, operator = nil)

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

def []: (String attr_name, String value, ?nil operator) -> untyped

This signature was generated using 1 sample from 1 application.

def [](attr_name, value, operator = nil)
  build(table.arel_table[attr_name], value, operator)
end