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 bind) -> Arel::Collectors::Bind

This signature was generated using 6 samples from 1 application.

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