Class: Arel::Visitors::BindSubstitute

Inherits:
Object
  • Object
show all
Defined in:
lib/arel/visitors/bind_substitute.rb

Instance Method Summary collapse

Constructor Details

#initialize(delegate) ⇒ BindSubstitute



4
5
6
# File 'lib/arel/visitors/bind_substitute.rb', line 4

def initialize delegate
  @delegate = delegate
end