class Arel::Collectors::SQLString
def add_bind(bind)
Experimental RBS support (using type sampling data from the type_fusion
project).
def add_bind: ((ActiveModel::Attribute::FromUser | ActiveRecord::Relation::QueryAttribute | ActiveModel::Attribute::WithCastValue) bind) -> Arel::Collectors::SQLString
This signature was generated using 108 samples from 3 applications.
def add_bind(bind) self << yield(@bind_index) @bind_index += 1 self end