class RuboCop::AST::NodePattern::Compiler

def compile_ascend

def compile_ascend
  with_context("#{CUR_NODE} && #{compile_expr}", "#{CUR_NODE}.parent")
end