class SyntaxTree::YARV::SetN

### Summary

‘setn` sets a value in the stack to a value popped off the top of the stack. It then pushes that value onto the top of the stack as well.

### Usage

~~~ruby = ‘val’ ~~~