Class: CNC::CLI::Commands::Version

Inherits:
Command
  • Object
show all
Defined in:
lib/cnc/cli/commands.rb

Instance Method Summary collapse

Instance Method Details

#callObject



15
16
17
# File 'lib/cnc/cli/commands.rb', line 15

def call(*)
  puts VERSION
end