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