class SyntaxTree::YARV::PutObjectInt2Fix1

### Summary

‘putobject_INT2FIX_1_` pushes 1 on the stack. It is a specialized instruction resulting from the operand unification optimization. It is equivalent to `putobject 1`.

### Usage

~~~ruby 1 ~~~