class SyntaxTree::YARV::Swap

### Summary

‘swap` swaps the top two elements in the stack.

### TracePoint

‘swap` does not dispatch any events.

### Usage

~~~ruby !!defined?([]) ~~~