Class: Arcanus::Command::Version

Inherits:
Base
  • Object
show all
Defined in:
lib/arcanus/command/version.rb

Instance Method Summary collapse

Methods inherited from Base

description, #execute_command, from_arguments, #initialize, #run, short_name

Methods included from Utils

camel_case, deep_dup, snake_case

Constructor Details

This class inherits a constructor from Arcanus::Command::Base

Instance Method Details

#executeObject



5
6
7
# File 'lib/arcanus/command/version.rb', line 5

def execute
  ui.info Arcanus::VERSION
end