Libraries
»
gem2exe
(0.3.0)
»
Index (V)
»
Gem2exe
»
Cli
»
VersionCommand
Class: Gem2exe::Cli::VersionCommand
Inherits:
Clamp::Command
Object
Clamp::Command
Gem2exe::Cli::VersionCommand
show all
Defined in:
lib/gem2exe/cli/version_command.rb
Instance Method Summary
collapse
#
execute
⇒ Object
Instance Method Details
#
execute
⇒
Object
6 7 8
# File 'lib/gem2exe/cli/version_command.rb', line 6
def
execute
puts
Gem2exe
::
VERSION
end