class SyntaxTree::YARV::PutObject

### Summary

‘putobject` pushes a known value onto the stack.

### Usage

~~~ruby 5 ~~~