Class: Nydp::PopArg

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

Class Method Summary collapse

Class Method Details

.execute(vm) ⇒ Object



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

def self.execute vm ; vm.args.pop ; end

.inspectObject



9
# File 'lib/nydp/interpreted_function.rb', line 9

def self.inspect    ; "#pop_arg"  ; end

.to_sObject



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

def self.to_s       ; ""          ; end