class RuboCop::AST::NodePattern::Compiler
def with_child_context(code, child_index)
def with_child_context(code, child_index) with_context(code, "#{CUR_NODE}.children[#{child_index}]") end
def with_child_context(code, child_index) with_context(code, "#{CUR_NODE}.children[#{child_index}]") end