class Unparser::Emitter::MatchVar

Emitter for in pattern nodes

Private Instance Methods

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