Class: Mccloud::Command::VersionCommand
- Defined in:
- lib/mccloud/command/version.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Methods included from Helpers
Constructor Details
This class inherits a constructor from Mccloud::Command::Base
Instance Method Details
#execute ⇒ Object
7 8 9 |
# File 'lib/mccloud/command/version.rb', line 7 def execute env.ui.info "Version : #{Mccloud::VERSION} - use at your own risk" end |