class Arel::Collectors::Composite

def add_bind(bind, &block)

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

def add_bind: ((ActiveRecord::Relation::QueryAttribute | ActiveModel::Attribute::WithCastValue) bind, ) -> Arel::Collectors::Composite

This signature was generated using 6 samples from 1 application.

def add_bind(bind, &block)
  left.add_bind bind, &block
  right.add_bind bind, &block
  self
end