class SyntaxTree::YARV::DupHash

### Summary

‘duphash` dups a Hash literal and pushes it onto the stack.

### Usage

~~~ruby { a: 1 } ~~~