class BefungeInterpreterAnimation
Use this class for animation mode
Public Instance Methods
interpret()
click to toggle source
# File lib/befunge_interpreter.rb, line 81 def interpret print_status while @computing sleep 0.1 operate_and_step print_status end end