class AsciiParadise::PinkPanther

Constants

PINK_PANTHER
#

AsciiParadise::PINK_PANTHER

#

Public Class Methods

new() click to toggle source
#

initialize

#
Calls superclass method AsciiParadise::Base::new
# File lib/ascii_paradise/static_ascii/pink_panther.rb, line 24
def initialize
  super()
  run
end
run() click to toggle source
#

PinkPanther.run

#
# File lib/ascii_paradise/static_ascii/pink_panther.rb, line 39
def self.run
  PinkPanther.new
end

Public Instance Methods

run() click to toggle source
#

run (run tag)

#
# File lib/ascii_paradise/static_ascii/pink_panther.rb, line 32
def run
  e PINK_PANTHER
end