class SyntaxTree::YARV::Pop

### Summary

‘pop` pops the top value off the stack.

### Usage

~~~ruby a ||= 2 ~~~