class SyntaxTree::YARV::ToRegExp

### Summary

‘toregexp` pops a number of values off the stack, combines them into a new regular expression, and pushes the new regular expression onto the stack.

### Usage

~~~ruby /foo #{bar}/ ~~~