Class: Mwc::Command

Inherits:
Thor
  • Object
show all
Includes:
Utils::CommandRegistry
Defined in:
lib/mwc/command.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods included from Utils::CommandRegistry

included

Instance Method Details

#versionObject



20
21
22
# File 'lib/mwc/command.rb', line 20

def version
  puts Mwc::VERSION
end