class Unparser::Emitter::HashPattern

def write_symbol_body(symbol)

def write_symbol_body(symbol)
  write(symbol.inspect[1..])
end