class Arel::Collectors::Bind

def add_bind(bind)

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

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

This signature was generated using 83 samples from 2 applications.

def add_bind(bind)
  @binds << bind
  self
end