class SyntaxTree::YARV::PutSpecialObject

### Summary

‘putspecialobject` pushes one of three special objects onto the stack. These are either the VM core special object, the class base special object, or the constant base special object.

### Usage

~~~ruby alias foo bar ~~~