class SyntaxTree::YARV::PutNil

### Summary

‘putnil` pushes a global nil object onto the stack.

### Usage

~~~ruby nil ~~~