class SyntaxTree::YARV::Intern

### Summary

‘intern` converts the top element of the stack to a symbol and pushes the symbol onto the stack.

### Usage

~~~ruby :“#{”foo“}” ~~~