Class: Veewee::Command::VersionCommand
- Defined in:
- lib/veewee/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 Veewee::Command::Base
Instance Method Details
#execute ⇒ Object
6 7 8 |
# File 'lib/veewee/command/version.rb', line 6 def execute env.ui.info "Version : #{Veewee::VERSION} - use at your own risk" end |