class RuboCop::NodePattern::Compiler

def next_capture

def next_capture
  "capture#{@captures += 1}"
end