class Unparser::Emitter::MatchRest

def emit_array_pattern

def emit_array_pattern
  write('*')
  emit_match_var
end