class SyntaxTree::YARV::AdjustStack

### Summary

‘adjuststack` accepts a single integer argument and removes that many elements from the top of the stack.

### Usage

~~~ruby x = [true] x ||= nil x ~~~