# File lib/search_cop/visitors/visitor.rb, line 34 def visit_SearchCopGrammar_Nodes_LessThan(node) "#{visit node.left} < #{visit node.right}" end