Method: Tataru::SubroutineCompiler#load_resource_instructions

Defined in:
lib/tataru/subroutine_compiler.rb

#load_resource_instructionsObject



35
36
37
38
39
40
41
42
# File 'lib/tataru/subroutine_compiler.rb', line 35

def load_resource_instructions
  [
    { key: :resource_name },
    { value: @rrep.name },
    { key: :resource_desc },
    { value: @rrep.desc.class.name }
  ]
end