Top Level Namespace

Defined Under Namespace

Modules: SnippetCli, SnippetGenerator Classes: Setup

Instance Method Summary collapse

Instance Method Details

#show_bannerObject



3
4
5
6
7
8
9
10
11
12
13
14
15
16
# File 'lib/banner.rb', line 3

def show_banner()
  box = TTY::Box::frame(width:67, height:11, border: :thick, align: :left) do 
  "
  #####   #     # ### ######  ######  ####### ####### 
  #     # ##    #  #  #     # #     # #          #    
  #       # #   #  #  #     # #     # #          #    
   #####  #  #  #  #  ######  ######  #####      #    
        # #   # #  #  #       #       #          #    
  #     # #    ##  #  #       #       #          #    
   #####  #     # ### #       #       #######    #    CLI                                                                
  "
  end
  puts box
end