# File lib/search_cop/visitors/visitor.rb, line 14 def visit(visit_node = node) send "visit_#{visit_node.class.name.gsub(/::/, "_")}", visit_node end