Class: Jun::CLI::Commands::Version

Inherits:
Base show all
Defined in:
lib/jun/cli/commands/version.rb

Instance Method Summary collapse

Methods inherited from Base

command_name

Instance Method Details

#process(*args) ⇒ Object



7
8
9
# File 'lib/jun/cli/commands/version.rb', line 7

def process(*args)
  puts "Jun #{Jun::VERSION}"
end