class SyntaxTree::YARV::OptStrUMinus

### Summary

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

### Usage

~~~ruby -“string” ~~~