2120 2121 2122
# File 'lib/syntax_tree/yarv/instructions.rb', line 2120 def call(vm) vm.push(vm.pop.to_sym) end