class SyntaxTree::YARV::PutChilledString

### Summary

‘putchilledstring` pushes an unfrozen string literal onto the stack that acts like a frozen string. This is a migration path to frozen string literals as the default in the future.

### Usage

~~~ruby “foo” ~~~