Class: Gerrit::Command::Version
- Defined in:
- lib/gerrit/command/version.rb
Overview
Displays version information.
Instance Method Summary collapse
Methods inherited from Base
#execute_command, from_arguments, #initialize, #run
Methods included from Utils
camel_case, commit_hash?, human_time, map_in_parallel, snake_case
Constructor Details
This class inherits a constructor from Gerrit::Command::Base
Instance Method Details
#execute ⇒ Object
4 5 6 |
# File 'lib/gerrit/command/version.rb', line 4 def execute ui.info Gerrit::VERSION end |