class SyntaxTree::YARV::DupArray

### Summary

‘duparray` dups an Array literal and pushes it onto the stack.

### Usage

~~~ruby

true

~~~