class SyntaxTree::YARV::GetGlobal

### Summary

‘getglobal` pushes the value of a global variables onto the stack.

### Usage

~~~ruby $$ ~~~