class Tataru::Instructions::KeyInstruction

sets a key

Public Instance Methods

run() click to toggle source
# File lib/tataru/instructions/key_instruction.rb, line 7
def run
  memory.hash[:temp][:_key] = @param
end