class SyntaxTree::YARV::OptGetConstantPath

### Summary

‘opt_getconstant_path` performs a constant lookup on a chain of constant names. It accepts as its argument an array of constant names, and pushes the value of the constant onto the stack.

### Usage

~~~ruby ::Object ~~~