Top Level Namespace
Defined Under Namespace
Modules: SnippetCli, SnippetGenerator Classes: Setup
Instance Method Summary collapse
Instance Method Details
#show_banner ⇒ Object
3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# File 'lib/banner.rb', line 3 def () box = TTY::Box::frame(width:67, height:11, border: :thick, align: :left) do " ##### # # ### ###### ###### ####### ####### # # ## # # # # # # # # # # # # # # # # # # # ##### # # # # ###### ###### ##### # # # # # # # # # # # # # ## # # # # # ##### # # ### # # ####### # CLI " end puts box end |