# File lib/arel/visitors/bind_visitor.rb, line 4 def initialize target @block = nil super end
# File lib/arel/visitors/bind_visitor.rb, line 9 def accept node, &block @block = block if block_given? super end
[Validate]
Generated with the Darkfish Rdoc Generator 2.