class Tataru::Instructions::ResourceInstruction

instructions that deal with resources

Public Instance Methods

desc() click to toggle source
# File lib/tataru/instructions/resource_instruction.rb, line 10
def desc
  Kernel.const_get(resource_desc).new
end