class Tataru::Instructions::ClearInstruction
clears temp memory
Public Instance Methods
run()
click to toggle source
# File lib/tataru/instructions/clear_instruction.rb, line 7 def run memory.hash[:temp] = {} end