AsciiParadise::Animation
# File lib/ascii_paradise/animations/turtle.rb, line 18 def initialize(i = '') super() run_n_times(100) load_animated_ascii_files_from_this_directory(__FILE__) menu(i) if i run if @run_already end