class ActiveRecord::Relation::WhereClause

def +(other)

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

def +: (ActiveRecord::Relation::WhereClause other) -> ActiveRecord::Relation::WhereClause

This signature was generated using 8 samples from 1 application.

def +(other)
  WhereClause.new(predicates + other.predicates)
end