Class: Cosmo::CLI
- Inherits:
-
Object
- Object
- Cosmo::CLI
- Defined in:
- lib/cosmo/cli.rb
Overview
rubocop:disable Metrics/ClassLength
Class Method Summary collapse
-
.banner ⇒ Object
rubocop:disable Layout/TrailingWhitespace,Lint/IneffectiveAccessModifier.
- .instance ⇒ Object
- .run ⇒ Object
Instance Method Summary collapse
Class Method Details
.banner ⇒ Object
rubocop:disable Layout/TrailingWhitespace,Lint/IneffectiveAccessModifier
195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 |
# File 'lib/cosmo/cli.rb', line 195 def self. <<-TEXT .#%+: ==-. +. +: .::::. :*- .=%%%%%%%%%%%%%#- .#%%%%%%%%##*+===+*#%%: :##%%%%#: :-::...::::. -%. +%%%** :. :+. -=.%: - *%%%%: .-%%%# ++ ---%. -= :==- :%%%- *%%%% *- %:#+ =%%%. .====: .%@%+.##. #%%: -+ =-=- *%%: . := =*%%%=-#. :: =-: *%-%%%%%# .%=##* #- %. :%%-+++%%%: +=*+= +%. .*. .=+.%%-#%%#*+: ===: =*%= .*+ *%+%%% -%*:%%%%%: . =***%*. .:#*: .%%*+%%%#.+%+. . = -%#-: -*########+ .: +%%%=%%%*++: .##:---. :%%- *: +%%%%%%%%%%%##. -#%%*= =- *#:-: :%%%%+%%= --%%#. -#%%%%+=#- =: .:::::::::::::: :#- =%%%%%%%+++. +*%=-%%%%#-.. ..:::::::::::::.. +***+:=***:: ==:. ....::.. -%%%%%+%%- .... . +##%%= .#%%%%%%%#. .%%%%##=%%- :+#%%%#. *%%%%+ -%%%%%= .%%%%%%%%%%% -+-- -=#%#+: +%%%%%%%#. *%%%%%+ #%%%%%= =%%%* %%%%. .-+###. *%%%%%%%%+ -%%%%+. *%%%%%%:*%%%%%%+ -%%%* %%%%. .*%%%%%%% %%%%+.=%%%# =%%%%- *%%%%%%%%%%*%%%+ -%%%* %%%%. =%%%%%#=:. :%%%# .%%%# #%%%%%%%: +%%%-*%%%%:=%%%+ -%%%* %%%%. -%%%%- .%%%# %%%% .#%%%%%= +%%%- #%%= -%%%+ -%%%* .%%%%. *%%%# .%%%#. %%%% +%%%* +%%%- -%%%+ #%%%###%%%* %%%%* %%%#. #%%%..****#####- =###- -###+ =######*. #%%%# #%%%*+*#%%* .########: =#*=: +%%%%- .=+ .########= :----. .:::--====++++********### .#%#########: :==-: ..:--=====---::::.. .########+. .:--=--::. :--. .---:. :. TEXT end |
.instance ⇒ Object
12 13 14 |
# File 'lib/cosmo/cli.rb', line 12 def self.instance @instance ||= new end |
.run ⇒ Object
8 9 10 |
# File 'lib/cosmo/cli.rb', line 8 def self.run instance.run end |