class Toogle::FontArt

Public Class Methods

get_font_art() click to toggle source
# File lib/toogle/art.rb, line 7
def self.get_font_art
    tg = "#{'T'.blue} #{'E'.red} #{'R'.yellow} #{'M'.blue} #{'I'.green} #{'N'.red} #{'A'.blue} #{'L'.red}  #{'G'.blue} #{'O'.red} #{'O'.yellow} #{'G'.blue} #{'L'.green} #{'E'.red}" 
    intro = " \n#{tg}"
    puts intro
end
line_1() click to toggle source
# File lib/toogle/art.rb, line 3
def self.line_1
    puts "#{('_'.yellow * 14) + ('_'.red * 14)}"
end
line_2() click to toggle source
# File lib/toogle/art.rb, line 13
def self.line_2
    puts "#{('_'.green * 14) + ('_'.blue * 14)}"
end