class Nydp::Cond_SYM
Public Instance Methods
execute(vm)
click to toggle source
# File lib/nydp/cond.rb, line 199 def execute vm # puts "Cond_SYM" (@condition.value) ? @when_true.execute(vm) : @when_false.execute(vm) end