Class: Komonzu::Command::VersionCommand
- Inherits:
-
Base
- Object
- Thor::Group
- Base
- Komonzu::Command::VersionCommand
show all
- Defined in:
- lib/komonzu/commands/version.rb
Instance Method Summary
collapse
Methods inherited from Base
extract_name_from_usage, register
Instance Method Details
#version ⇒ Object
6
7
8
|
# File 'lib/komonzu/commands/version.rb', line 6
def version
say Komonzu::VERSION
end
|