c8140beae7
edf0c2914c
1 2 3
4
5 6 7 8 9
module Arel module Visitors class BindSubstitute def initialize delegate @delegate = delegate end end end end