class Unparser::Emitter::HashPattern

def emit_match_var(node)

def emit_match_var(node)
  write_symbol_body(node.children.first)
  write(':')
end