class Unparser::Writer::Binary

def operator_symbol

def operator_symbol
  OPERATOR_SYMBOLS.fetch(node.type)
end