class Unparser::Emitter::NthRef

Emitter for nth_ref nodes (regexp captures)

Constants

PREFIX

Private Instance Methods

dispatch() click to toggle source
# File lib/unparser/emitter/variable.rb, line 50
def dispatch
  write(PREFIX)
  write(name.to_s)
end