Class: XCRes::VersionCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/xcres/command/version_command.rb

Overview

The VersionCommand prints the gem version.

Instance Method Summary collapse

Methods inherited from Command

#configure_logger, #logger, #run

Instance Method Details

#executeObject



7
8
9
10
# File 'lib/xcres/command/version_command.rb', line 7

def execute
  super
  inform XCRes::VERSION
end