Libraries
»
cnc
(0.1.6)
»
Index (V)
»
CNC
»
CLI
»
Commands
»
Version
Class: CNC::CLI::Commands::Version
Inherits:
Command
Object
Dry::CLI::Command
Command
CNC::CLI::Commands::Version
show all
Defined in:
lib/cnc/cli/commands.rb
Instance Method Summary
collapse
#
call
⇒ Object
Instance Method Details
#
call
⇒
Object
15 16 17
# File 'lib/cnc/cli/commands.rb', line 15
def
call
(
*
)
puts
VERSION
end