Module: Mutx::Support::Logo
- Defined in:
- lib/mutx/support/logo.rb
Class Method Summary collapse
Class Method Details
.logo ⇒ Object
11 12 13 14 15 16 17 18 19 20 21 22 23 |
# File 'lib/mutx/support/logo.rb', line 11 def self.logo " __ __ _________ __ | \\/ | |__ __\\ \\ / / | \\ / |_ _| | \\ V / | |\\/| | | | | | > < | | | | |_| | | / . \\ |_| |_|\\__,_|_| /_/ \\_\ Version #{Mutx::VERSION} " end |
.show ⇒ Object
7 8 9 |
# File 'lib/mutx/support/logo.rb', line 7 def self.show puts self.logo end |