Sha256: 0c7871b333aadf7cebe9f0b686ef8ea1d1674849ca3a66aeec05dfcdd6bd11c9

Contents?: true

Size: 454 Bytes

Versions: 73

Compression:

Stored size: 454 Bytes

Contents

# encoding: utf-8
# encoding: utf-8

module Mutx
  module Support
    module Logo
      def self.show
        puts self.logo
      end

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

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
mutx-0.2.9 lib/mutx/support/logo.rb
mutx-0.2.8 lib/mutx/support/logo.rb
mutx-0.2.7 lib/mutx/support/logo.rb
mutx-0.2.6 lib/mutx/support/logo.rb
mutx-0.2.5 lib/mutx/support/logo.rb
mutx-0.2.4 lib/mutx/support/logo.rb
mutx-0.2.3 lib/mutx/support/logo.rb
mutx-0.2.2 lib/mutx/support/logo.rb
mutx-0.2.1 lib/mutx/support/logo.rb
mutx-0.2.0 lib/mutx/support/logo.rb
mutx-0.1.69 lib/mutx/support/logo.rb
mutx-0.1.68 lib/mutx/support/logo.rb
mutx-0.1.67 lib/mutx/support/logo.rb
mutx-0.1.66 lib/mutx/support/logo.rb
mutx-0.1.65 lib/mutx/support/logo.rb
mutx-0.1.64 lib/mutx/support/logo.rb
mutx-0.1.63 lib/mutx/support/logo.rb
mutx-0.1.62 lib/mutx/support/logo.rb
mutx-0.1.61 lib/mutx/support/logo.rb
mutx-0.1.60 lib/mutx/support/logo.rb