Class: AsciiParadise::PinkPanther

Inherits:
Base
  • Object
show all
Defined in:
lib/ascii_paradise/static_ascii/pink_panther.rb

Overview

AsciiParadise::PinkPanther

Constant Summary collapse

PINK_PANTHER =
#

AsciiParadise::PINK_PANTHER

#
File.read("#{::AsciiParadise.static_dir?}pink_panther.ascii")

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Base

animation_dir?, #animation_directory?, #clear_screen, #colour_parse_this_string, #debug?, #do_not_run_already, #do_not_use_clear, #do_use_random_colour, #do_wait_for_keypress_event, e, #e, #enable_debug, #is_animated?, #menu, #project_base_dir?, #register_sigint, #remove_trailing_ansci_escape_code, #report_how_many_animated_components_exist, #reset, #return_basename_of_this_file_without_the_extension, #return_random_colour, #rev, #royalblue, #set_use_this_colour, #sfancy, #sfile, #show_available_components, #show_help, #simp, #slategrey, #sort_files, #static_dir?, #steelblue, #swarn, #use_colours?

Constructor Details

#initializePinkPanther

#

initialize

#


24
25
26
27
# File 'lib/ascii_paradise/static_ascii/pink_panther.rb', line 24

def initialize
  super()
  run
end

Class Method Details

.runObject

#

PinkPanther.run

#


39
40
41
# File 'lib/ascii_paradise/static_ascii/pink_panther.rb', line 39

def self.run
  PinkPanther.new
end

Instance Method Details

#runObject

#

run (run tag)

#


32
33
34
# File 'lib/ascii_paradise/static_ascii/pink_panther.rb', line 32

def run
  e PINK_PANTHER
end