class SyntaxTree::YARV::DupHash

def disasm(fmt)

def disasm(fmt)
  fmt.instruction("duphash", [fmt.object(object)])
end