Class: AsciiParadise::SeductiveLady

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

Overview

AsciiParadise::SeductiveLady

Constant Summary collapse

SEDUCTIVE_LADY =
#

AsciiParadise::SEDUCTIVE_LADY

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

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, run, #set_use_this_colour, #sfancy, #sfile, #show_available_components, #show_help, #simp, #slategrey, #sort_files, #static_dir?, #steelblue, #swarn, #use_colours?

Constructor Details

#initialize(run_already = true) ⇒ SeductiveLady

#

initialize

#


19
20
21
22
23
# File 'lib/ascii_paradise/static_ascii/seductive_lady.rb', line 19

def initialize(
    run_already = true
  )
  run if run_already
end

Instance Method Details

#runObject

#

run

#


28
29
30
# File 'lib/ascii_paradise/static_ascii/seductive_lady.rb', line 28

def run
  e SEDUCTIVE_LADY
end