method
new
v7.1.3.4 -
Show latest stable
- Class:
Arel::Collectors::SubstituteBinds
new(quoter, delegate_collector)public
No documentation available.
# File activerecord/lib/arel/collectors/substitute_binds.rb, line 8
def initialize(quoter, delegate_collector)
@quoter = quoter
@delegate = delegate_collector
end