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