class SyntaxTree::YARV::CheckMatch

### Summary

‘checkmatch` checks if the current pattern matches the current value. It pops the target and the pattern off the stack and pushes a boolean onto the stack if it matches or not.

### Usage

~~~ruby foo in Foo ~~~