Method: Muby::OutputWindow#show_version

Defined in:
lib/muby/outputwindow.rb

#show_versionObject



81
82
83
84
85
86
87
88
89
90
91
92
# File 'lib/muby/outputwindow.rb', line 81

def show_version
  print("
.--.--.--.     .--.
:        :--.--:  : .--.--.
:  :  :  :  :  :  '-:  :  :
:  :  :  :  :  :  : :  '  :
'--'--'--'-----'----'--.  :
The Ruby MUD Client  :  :
-------------------  '--'
   Version #{Muby::VERSION}
")
end