class SyntaxTree::YARV::OptStrFreeze

### Summary

‘opt_str_freeze` pushes a frozen known string value with no interpolation onto the stack using the freeze method. If the method gets overridden, this will fall back to a send.

### Usage

~~~ruby “hello”.freeze ~~~