class SyntaxTree::YARV::DupHash

def call(vm)

def call(vm)
  vm.push(object.dup)
end