Arel::Visitors::Visitor
# File lib/arel/visitors/depth_first.rb, line 5 def initialize block = nil @block = block || Proc.new super() end