class SyntaxTree::YARV::TopN

### Summary

‘topn` pushes a single value onto the stack that is a copy of the value within the stack that is `number` of slots down from the top.

### Usage

~~~ruby case 3 when 1..5

puts "foo"

end ~~~