class RuboCop::NodePattern::Compiler

def compile_negation(tokens, cur_node, seq_head)

def compile_negation(tokens, cur_node, seq_head)
  "(!#{compile_expr(tokens, cur_node, seq_head)})"
end