Class: Veewee::Command::VersionCommand

Inherits:
Base
  • Object
show all
Defined in:
lib/veewee/command/version.rb

Instance Attribute Summary

Attributes inherited from Base

#env

Instance Method Summary collapse

Methods inherited from Base

#initialize, register

Methods included from Helpers

#initialize_environment

Constructor Details

This class inherits a constructor from Veewee::Command::Base

Instance Method Details

#executeObject



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