class AsciiParadise::FireworkLauncher

Public Class Methods

new(i = '') click to toggle source
#

initialize

#
Calls superclass method
# File lib/ascii_paradise/animations/firework_launcher.rb, line 18
def initialize(i = '')
  super()
  set_run_n_times(100)
  set_delay(0.120)
  load_animated_ascii_files_from_this_directory(__FILE__)
  menu(i) if i
  run if @run_already
end