class AsciiParadise::ColourfulFlowers

Constants

COLOURFUL_FLOWERS
#

AsciiParadise::COLOURFUL_FLOWERS

#

Public Class Methods

new() click to toggle source
#

initialize

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

ColourfulFlowers.run

#
# File lib/ascii_paradise/static_ascii/colourful_flowers.rb, line 41
def self.run
  ColourfulFlowers.new
end

Public Instance Methods

run() click to toggle source
#

run (run tag)

#
# File lib/ascii_paradise/static_ascii/colourful_flowers.rb, line 32
def run
  COLOURFUL_FLOWERS.lines.each { |line|
    e colour_parse_this_string(line)
  }
end