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