class SyntaxTree::YARV::SetConstant

### Summary

‘setconstant` pops two values off the stack: the value to set the constant to and the constant base to set it in.

### Usage

~~~ruby Constant = 1 ~~~