Class: Nydp::PopArg

Inherits:
Object
  • Object
show all
Defined in:
lib/nydp/interpreted_function.rb

Class Method Summary collapse

Class Method Details

.execute(vm) ⇒ Object



6
7
8
# File 'lib/nydp/interpreted_function.rb', line 6

def self.execute vm
  vm.pop_arg
end

.inspectObject



14
15
16
# File 'lib/nydp/interpreted_function.rb', line 14

def self.inspect
  "#pop_arg"
end

.to_sObject



10
11
12
# File 'lib/nydp/interpreted_function.rb', line 10

def self.to_s
  ""
end