Sha256: c99c6070f6917391a6ddc1421d9ec34cadb1c87018392890b89994140cfd4b2a

Contents?: true

Size: 1.07 KB

Versions: 10

Compression:

Stored size: 1.07 KB

Contents

require 'require_all'
require_all 'lib'
require 'pry'

class Header
    def initialize
        system "clear"
        puts '##     ## ##    ##     ######   #######  ##    ##  ######   ########  ########  ######   ######'.colorize(:red)  
        puts '###   ###  ##  ##     ##    ## ##     ## ###   ## ##    ##  ##     ## ##       ##    ## ##    ##'.colorize(:red) 
        puts '#### ####   ####      ##       ##     ## ####  ## ##        ##     ## ##       ##       ##'       
        puts '## ### ##    ##       ##       ##     ## ## ## ## ##   #### ########  ######    ######   ######'  
        puts '##     ##    ##       ##       ##     ## ##  #### ##    ##  ##   ##   ##             ##       ##' 
        puts '##     ##    ##       ##    ## ##     ## ##   ### ##    ##  ##    ##  ##       ##    ## ##    ##'.colorize(:blue) 
        puts '##     ##    ##        ######   #######  ##    ##  ######   ##     ## ########  ######   ######'.colorize(:blue)  
        puts " "
        puts "------------------------------------------------------------------------------------------"
    end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
my-congress-0.2.0 lib/header.rb
my-congress-0.1.9 lib/header.rb
my-congress-0.1.8 lib/header.rb
my-congress-0.1.7 lib/header.rb
my-congress-0.1.6 lib/header.rb
my-congress-0.1.5 lib/header.rb
my-congress-0.1.4 lib/header.rb
my-congress-0.1.3 lib/header.rb
my-congress-0.1.2 lib/header.rb
my-congress-0.1.1 lib/header.rb