Class: Tataru::Instructions::ResourceInstruction

Inherits:
Tataru::Instruction show all
Defined in:
lib/tataru/instructions/resource_instruction.rb

Overview

instructions that deal with resources

Instance Attribute Summary

Attributes inherited from Tataru::Instruction

#memory

Instance Method Summary collapse

Methods inherited from Tataru::Instruction

#execute, expects, #run

Instance Method Details

#descObject



10
11
12
# File 'lib/tataru/instructions/resource_instruction.rb', line 10

def desc
  Kernel.const_get(resource_desc).new
end