| Class | Arel::Visitors::Visitor |
| In: |
lib/arel/visitors/visitor.rb
|
| Parent: | Object |
| DISPATCH | = | Hash.new do |hash, visitor_class| hash[visitor_class] = Hash.new do |method_hash, node_class| method_hash[node_class] = "visit_#{(node_class.name || '').gsub('::', '_')}" |