class Unparser::Emitter::NthRef

Emitter for nth_ref nodes (regexp captures)

def dispatch

def dispatch
  write(PREFIX)
  write(name.to_s)
end