class SyntaxTree::YARV::Nop

### Summary

‘nop` is a no-operation instruction. It is used to pad the instruction sequence so there is a place for other instructions to jump to.

### Usage

~~~ruby raise rescue true ~~~