class Unparser::Emitter::BinaryAssign
Base class for and and or op-assign
def dispatch
def dispatch emitter(target).emit_mlhs write(' ', MAP.fetch(node.type), ' ') visit(expression) end
Base class for and and or op-assign
def dispatch emitter(target).emit_mlhs write(' ', MAP.fetch(node.type), ' ') visit(expression) end