class SyntaxTree::YARV::GetSpecial

### Summary

‘getspecial` pushes the value of a special local variable onto the stack.

### Usage

~~~ruby 1 if (a == 1) .. (b == 2) ~~~