Class: Yee::Base

Inherits:
Thor
  • Object
show all
Defined in:
lib/yee/base.rb

Instance Method Summary collapse

Instance Method Details

#__print_versionObject



32
33
34
# File 'lib/yee/base.rb', line 32

def __print_version
  puts Yee::VERSION
end

#outputObject



7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# File 'lib/yee/base.rb', line 7

def output
  puts "
  ░░░░░░░░░░░░░░░░░░░░░░░░░░
  ░░░░░░░░░░░░░▄███▄▄▄░░░░░░
  ░░░░░░░░░▄▄▄██▀▀▀▀███▄░░░░
  ░░░░░░░▄▀▀░░░░░░░░░░░▀█░░░
  ░░░░▄▄▀░░░░░░░░░░░░░░░▀█░░       ░     ░  ░░░░░  ░░░░░░
  ░░░█░░░░░▀▄░░▄▀░░░░░░░░█░░        ░   ░   ░      ░
  ░░░▐██▄░░▀▄▀▀▄▀░░▄██▀░▐▌░░          ░     ░░░░   ░░░░░
  ░░░█▀█░▀░░░▀▀░░░▀░█▀░░▐▌░░         ░      ░      ░
  ░░░█░░▀▐░░░░░░░░▌▀░░░░░█░░        ░       ░░░░░  ░░░░░░
  ░░░█░░░░░░░░░░░░░░░░░░░█░░          
  ░░░░█░░▀▄░░░░▄▀░░░░░░░░█░░
  ░░░░█░░░░░░░░░░░▄▄░░░░█░░░ 
  ░░░░░█▀██▀▀▀▀██▀░░░░░░█░░░
  ░░░░░█░░▀████▀░░░░░░░█░░░░
  ░░░░░░█░░░░░░░░░░░░▄█░░░░░
  ░░░░░░░██░░░░░█▄▄▀▀░█░░░░░
  ░░░░░░░░▀▀█▀▀▀▀░░░░░░█░░░░
  ░░░░░░░░░█░░░░░░░░░░░░█░░░
    "
end