Method: Mutx::Support::Logo.logo

Defined in:
lib/mutx/support/logo.rb

.logoObject



11
12
13
14
15
16
17
18
19
20
21
22
23
# File 'lib/mutx/support/logo.rb', line 11

def self.
  "
 __  __    _________   __
|  \\/  |  |__   __\\ \\ / /
| \\  / |_   _| |   \\ V / 
| |\\/| | | | | |    > <  
| |  | | |_| | |   / . \\ 
|_|  |_|\\__,_|_|  /_/ \\_\
                    
                    
       Version #{Mutx::VERSION}
  "
end