Method: SyntaxTree::YARV::Intern#call

Defined in:
lib/syntax_tree/yarv/instructions.rb

#call(vm) ⇒ Object



2120
2121
2122
# File 'lib/syntax_tree/yarv/instructions.rb', line 2120

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