class SyntaxTree::YARV::Intern

def call(vm)

def call(vm)
  vm.push(vm.pop.to_sym)
end