class Tataru::Instructions::EndInstruction

ends the program

Public Instance Methods

run() click to toggle source
# File lib/tataru/instructions/end_instruction.rb, line 7
def run
  memory.end = true
end