Module: Mutx::Support::Logo

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

Class Method Summary collapse

Class Method Details

.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

.showObject



7
8
9
# File 'lib/mutx/support/logo.rb', line 7

def self.show
  puts self.
end