class Unparser::Emitter::MatchRest

def emit_hash_pattern

def emit_hash_pattern
  write('**')
  emit_match_var
end