# File lib/search_cop/visitors/visitor.rb, line 26 def visit_SearchCopGrammar_Nodes_GreaterThan(node) "#{visit node.left} > #{visit node.right}" end