class Unparser::Emitter::MatchAs

Emitter for in pattern nodes

def dispatch

def dispatch
  visit(left)
  write(' => ')
  visit(right)
end