class RuboCop::NodePattern::Compiler

def emit_capture_list

def emit_capture_list
  (1..@captures).map { |n| "capture#{n}" }.join(',')
end