Class: DeltaTest::CLI::VersionCommand
- Inherits:
-
CommandBase
- Object
- CommandBase
- DeltaTest::CLI::VersionCommand
- Defined in:
- lib/delta_test/cli/version_command.rb
Constant Summary
Constants inherited from CommandBase
Instance Method Summary collapse
Methods inherited from CommandBase
#bundler_enabled?, #exec_with_data, #exit_with_message, #initialize, #invoke, #parse_options!
Constructor Details
This class inherits a constructor from DeltaTest::CLI::CommandBase
Instance Method Details
#invoke! ⇒ Object
7 8 9 |
# File 'lib/delta_test/cli/version_command.rb', line 7 def invoke! puts 'DeltaTest v%s' % VERSION end |