# File lib/arel/visitors/bind_visitor.rb, line 10 def accept node, collector, &block @block = block if block_given? super end
# File lib/arel/visitors/bind_visitor.rb, line 5 def initialize target @block = nil super end