AsciiParadise::Animation
# File lib/ascii_paradise/animations/biker_and_snail.rb, line 19 def initialize(i = '') super() set_run_n_times(100) set_delay(0.145) load_animated_ascii_files_from_this_directory(__FILE__) menu(i) if i run if @run_already end