Libraries
»
mwc
(0.4.0)
»
Index (C)
»
Mwc
»
Command
Class: Mwc::Command
Inherits:
Thor
Object
Thor
Mwc::Command
show all
Includes:
Utils::CommandRegistry
Defined in:
lib/mwc/command.rb
Overview
:nodoc:
Instance Method Summary
collapse
#
version
⇒ Object
Methods included from
Utils::CommandRegistry
included
Instance Method Details
#
version
⇒
Object
20 21 22
# File 'lib/mwc/command.rb', line 20
def
version
puts
Mwc
::
VERSION
end