class SyntaxTree::YARV::OptAset

### Summary

‘opt_aset` is an instruction for setting the hash value by the key in the `recv = set` format. It is a specialization of the `opt_send_without_block` instruction. It pops the receiver, the key, and the value off the stack and pushes on the result.

### Usage

~~~ruby = value ~~~