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