class ActiveRecord::Relation::WhereClause

def non_empty_predicates

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

def non_empty_predicates: () -> Array[Arel::Nodes::Equality]

This signature was generated using 24 samples from 1 application.

def non_empty_predicates
  predicates - ARRAY_WITH_EMPTY_STRING
end