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 bind, ) -> untyped

This signature was generated using 1 sample from 1 application.

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