Class: XCRes::VersionCommand
- Inherits:
-
Command
- Object
- Clamp::Command
- Command
- XCRes::VersionCommand
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
#execute ⇒ Object
7
8
9
10
|
# File 'lib/xcres/command/version_command.rb', line 7
def execute
super
inform XCRes::VERSION
end
|