# File lib/search_cop/visitors/visitor.rb, line 46 def visit_SearchCopGrammar_Nodes_NotEqual(node) "#{visit node.left} != #{visit node.right}" end