class SyntaxTree::YARV::Legacy::GetClassVariable

### Summary

‘getclassvariable` looks for a class variable in the current class and pushes its value onto the stack.

This version of the ‘getclassvariable` instruction is no longer used since in Ruby 3.0 it gained an inline cache.`

### Usage

~~~ruby @@class_variable ~~~