class RuboCop::AST::NodePattern::Compiler

def compile_literal(literal)

def compile_literal(literal)
  "#{CUR_ELEMENT} == #{literal}"
end